SOURCES: apache1-mod_userdir.conf - Order directive cames from mod_access

glen glen at pld-linux.org
Thu Feb 19 12:44:36 CET 2009


Author: glen                         Date: Thu Feb 19 11:44:36 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Order directive cames from mod_access

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

---- Diffs:

================================================================
Index: SOURCES/apache1-mod_userdir.conf
diff -u SOURCES/apache1-mod_userdir.conf:1.3 SOURCES/apache1-mod_userdir.conf:1.4
--- SOURCES/apache1-mod_userdir.conf:1.3	Thu Jan  5 23:02:40 2006
+++ SOURCES/apache1-mod_userdir.conf	Thu Feb 19 12:44:31 2009
@@ -14,13 +14,15 @@
 <Directory /home/users/*/public_html>
 	AllowOverride FileInfo AuthConfig Limit
 	Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-	<Limit GET POST OPTIONS PROPFIND>
-		Order allow,deny
-		Allow from all
-	</Limit>
-	<LimitExcept GET POST OPTIONS PROPFIND>
-		Order deny,allow
-		Deny from all
-	</LimitExcept>
+	<IfModule mod_access.c>
+		<Limit GET POST OPTIONS PROPFIND>
+			Order allow,deny
+			Allow from all
+		</Limit>
+		<LimitExcept GET POST OPTIONS PROPFIND>
+			Order deny,allow
+			Deny from all
+		</LimitExcept>
+	</IfModule>
 </Directory>
 </IfModule>
================================================================

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



More information about the pld-cvs-commit mailing list