]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
- added Id cvs tag and vim modeline
[packages/apache.git] / apache-mod_status.conf
index 775552877da6dd5bd4cf580898f892acd5bf2a16..cff36ce84e2fd548b7064d74e4718663a9d1b1ec 100644 (file)
@@ -1,11 +1,18 @@
+# $Id$
+LoadModule status_module        modules/mod_status.so
+
+<IfModule mod_status.c>
+
 # Allow server status reports, with the URL of http://servername/server-status
 # Change the ".your_domain.com" to match your domain to enable.
 
 <Location /server-status>
-SetHandler server-status
+       SetHandler server-status
 
-order deny,allow
-deny from all
-allow from 127.0.0.1
+       order deny,allow
+       deny from all
+       allow from 127.0.0.1
 </Location>
 
+</IfModule>
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.063304 seconds and 4 git commands to generate.