I've problems trying to enable the mod_status module on my Apache server. I've inserted the following to my httpd.conf but did not manage to get it working. Been trying for sometime already. No idea what's wrong. Anyone can enlighten me on how to setup the /server-status ?
ExtendedStatus On
<Location /server-status>
SetHandler server-status
</Location>
I've also tried inserting this instead,
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from <my ip address>
</Location>
All i get when i access the page is,
Forbidden
You don't have permission to access /server-status on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
ExtendedStatus On
<Location /server-status>
SetHandler server-status
</Location>
I've also tried inserting this instead,
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from <my ip address>
</Location>
All i get when i access the page is,
Forbidden
You don't have permission to access /server-status on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.