[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: server-status



I got it! thanks anyway!
----------
/etc/httpd/conf/access.conf
--------
# Allow server status reports, with the URL of
http://servername/server-status
# Change the ".your_domain.com" to match your domain to enable.

<Location /server-status>
SetHandler server-status

order deny,allow
allow from www-hosting.net
</Location>

and then i added this to the bottom of the file

ExtendedStatus On
----------------
PS: for those who might want to use this, it a real time server status page
which shows all the web hits at a particular moment, for example you can see
a particular web site that is taking the most hits on the machine and even
what directories are being hit at the time.


______________________________
Regards,

Gary Peltola
Web Hosting Network
gary@xxxxxxxxxxxxxxx

______________________________