]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- mod_access not in required modules list auto/ac/apache1-1_3_39-8
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Jan 2008 01:04:03 +0000 (01:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_status.conf -> 1.4

apache1-mod_status.conf

index 262eb6427a8a8f128f2c964b25c46386b97e2b2b..3ea27c2e440ae5245f8e08426f132819e5ab3e6f 100644 (file)
@@ -8,9 +8,11 @@ LoadModule status_module modules/mod_status.so
 <Location /server-status>
        SetHandler server-status
 
-       Order deny,allow
-       Deny from all
-       Allow from 127.0.0.1
+       <IfModule mod_access.c>
+               Order deny,allow
+               Deny from all
+               Allow from 127.0.0.1
+       </IfModule>
 </Location>
 
 ### ExtendedStatus
This page took 0.042431 seconds and 4 git commands to generate.