SOURCES: apache1-mod_userdir.conf - enable default userdir permiss...
glen
glen at pld-linux.org
Thu Jan 5 23:02:46 CET 2006
Author: glen Date: Thu Jan 5 22:02:46 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- enable default userdir permissions (they look pretty safe)
---- Files affected:
SOURCES:
apache1-mod_userdir.conf (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/apache1-mod_userdir.conf
diff -u SOURCES/apache1-mod_userdir.conf:1.2 SOURCES/apache1-mod_userdir.conf:1.3
--- SOURCES/apache1-mod_userdir.conf:1.2 Wed Dec 21 14:22:46 2005
+++ SOURCES/apache1-mod_userdir.conf Thu Jan 5 23:02:40 2006
@@ -11,16 +11,16 @@
# 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>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache1-mod_userdir.conf?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list