Jump to content

Getting mod_status to work?


random1

Recommended Posts

I have the following in my .htaccess file:

 

# Enable Server Status
<IfModule mod_status.c>
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
</IfModule>

 

Sourced from: http://www.debuntu.org/apache-activity-performance-mod_status

 

I have the Apache module mod_mime installed but the above is still not working.

Link to comment
https://forums.phpfreaks.com/topic/136444-getting-mod_status-to-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.