9 Jan
2013
9 Jan
'13
9:42 a.m.
At 09-01-2013 16:38, Chris Stone wrote:
Do you have /server-stats enabled in your Apache httpd.conf file? E.g.:
<Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 ::1
</Location>
And don't forget to load the module, running the command 'a2enmod status' would do the job.