]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_status.conf
- libtool should be at buildrequires
[packages/apache.git] / apache-mod_status.conf
index 775552877da6dd5bd4cf580898f892acd5bf2a16..0ba1dfeeb8ba349979d9096163e3bdb97ee474b6 100644 (file)
@@ -1,11 +1,16 @@
+LoadModule status_module        lib/apache/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>
This page took 0.033391 seconds and 4 git commands to generate.