Devone

How Can I Tell Which Requests Apache is Currently Serving?

Asked by Devone 2 years ago apache server


Michael Mior
0
 
You can also look at the server access logs, which are usually stored under access.log in /var/log/apache, or /var/log/apache2, or /var/log/httpd. It should be noted that access to the status page generated by mod_status should be carefully protected as this can be a security concern.

by Michael Mior 2 years ago

Csgs
0
 
All you have to do is turn on the ExtendedStatus flag in httpd.conf.

Your server status page will then list the VHost and URI of each file
being served.

by Csgs 2 years ago

Answer this question

How Can I Tell Which Requests Apache is Currently Serving?

0 errors found:

 
0