Getting apache fullstatus to work
Make sure mod_status is enabled in your httpd / apache config, and add the following lines
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from localhost
</Location>
If you are getting permission errors, try setting
UseCanonicalName Off
Categories: Uncategorized