random1 Posted December 11, 2008 Share Posted December 11, 2008 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 More sharing options...
random1 Posted December 11, 2008 Author Share Posted December 11, 2008 I checked the Apache log and it says '<Location not allowed here' Link to comment https://forums.phpfreaks.com/topic/136444-getting-mod_status-to-work/#findComment-712136 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.