Home > Uncategorized > Getting apache fullstatus to work

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

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Categories: Uncategorized Tags:
  1. No comments yet.