]> 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 7f03ba6c7ae1e93d31a16a51e438cd52441003c8..0ba1dfeeb8ba349979d9096163e3bdb97ee474b6 100644 (file)
@@ -1,3 +1,7 @@
+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.
 
@@ -9,3 +13,4 @@
        allow from 127.0.0.1
 </Location>
 
+</IfModule>
This page took 0.030386 seconds and 4 git commands to generate.