server-status
Hi, im trying to enable server-status, the apache tool.Ive done this,
<Location /server-status>
SetHandler server-status
Order deny,allow
Allow from .mydomain.net
</Location>
Replaced my mydomain with my own domain, and stopped, started httpd.
But when i got to the browser i get some info, i.e. this
Current Time: Sunday, 23-Nov-2003 22:08:41 EST
Restart Time: Sunday, 23-Nov-2003 22:08:17 EST
Parent Server Generation: 0
Server uptime: 24 seconds
1 requests currently being processed, 7 idle workers
_W______........................................................
................................................................
................................................................
................................................................
Scoreboard Key:
"_" Waiting for Connection, "S" Starting up, "R" Reading Request,
"W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup,
"C" Closing connection, "L" Logging, "G" Gracefully finishing,
"I" Idle cleanup of worker, "." Open slot with no current process
But no information on the sites, i get this on the bottom:
"To obtain a full report with current status information you need to use the ExtendedStatus On directive."
Yes, i did refresh and try other sites.
Please help