Author: glen                         Date: Sun Jan 13 01:04:09 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- mod_access not in required modules list

---- Files affected:
SOURCES:
   apache1-mod_status.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/apache1-mod_status.conf
diff -u SOURCES/apache1-mod_status.conf:1.3 SOURCES/apache1-mod_status.conf:1.4
--- SOURCES/apache1-mod_status.conf:1.3 Wed Dec 21 14:22:46 2005
+++ SOURCES/apache1-mod_status.conf     Sun Jan 13 02:04:03 2008
@@ -8,9 +8,11 @@
 <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
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1-mod_status.conf?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to