]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- Order directive cames from mod_access
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Feb 2009 11:44:31 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_userdir.conf -> 1.4

apache1-mod_userdir.conf

index 3b294f9edeb6059b2b84e20c9d97d0723bf2ab59..1af15023f60c1ddc18840f3b74d6b074b3569243 100644 (file)
@@ -14,13 +14,15 @@ UserDir public_html
 <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>
This page took 0.053615 seconds and 4 git commands to generate.