]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- enable default userdir permissions (they look pretty safe)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Jan 2006 22:02:40 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_userdir.conf -> 1.3

apache1-mod_userdir.conf

index 2255e882e388cdc64310a2f8e2a47e2e5a2d4ba3..3b294f9edeb6059b2b84e20c9d97d0723bf2ab59 100644 (file)
@@ -11,16 +11,16 @@ UserDir public_html
 # Control access to UserDir directories.  The following is an example
 # for a site where these directories are restricted to read-only.
 #
-#<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>
-#</Directory>
+<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>
+</Directory>
 </IfModule>
This page took 0.048048 seconds and 4 git commands to generate.