sspp (server-status php parses)

Mike Putnam mike at theputnams.net
Tue Nov 18 15:05:41 UTC 2008


Serghey's script (http://sspp.googlecode.com/) requires mod_status be enabled...

(delivered disabled in Apache/2.0.52 at least)

#<Location /server-status>
#    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .example.com
#</Location>

...and...

#ExtendedStatus On

(also delivered disabled in Apache/2.0.52)

...as well as write access to the /tmp file mentioned in the code in order to
work.

Once these prerequisites are satisfied, it's a handy little script.

Thanks, Serghey!

-Mike Putnam
http://wisconsinlinux.org/




More information about the Fedora-infrastructure-list mailing list