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. Quote Link to comment 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' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.