Mod_status
Aug 29, 2007
Quote:
There's always mod_status for apache.
[url]
Should I remove '#' before this in httpd.conf?
#<Location /server-status>
# SetHandler server-status
# Order deny,allow
# Deny from all
# Allow from .example.com
#</Location>
I will replace example.com with my server domain, is that OK or I will need to do something else?
View 4 Replies
Nov 19, 2007
I have enabled mod_status on my box. Its RH Linux EL4. I seetings in httpd.conf is as below
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from .mydomain.com
</Location>
But when I access mydomain.com/server-status it gives following error:
Forbidden
You do not have permission to access this document.
Web Server at mydomain.com
View 7 Replies
View Related
Jul 12, 2008
I am just wondering if there are any frontends for the mod_status and (extended) status output.
View 0 Replies
View Related