summaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-02-13 02:01:23 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-02-13 02:01:23 +0000
commitf40ecd1e0c8e48c19101552f157d019e5f1caa1d (patch)
tree6ea8b4a9c4a51ede72ab6055a04efbfa008cb964 /1.3
parentfixed left-over from before bug 65053 (diff)
downloadapache-f40ecd1e0c8e48c19101552f157d019e5f1caa1d.tar.gz
apache-f40ecd1e0c8e48c19101552f157d019e5f1caa1d.tar.bz2
apache-f40ecd1e0c8e48c19101552f157d019e5f1caa1d.zip
Enable ~username directories if -D USERDIR is set
Diffstat (limited to '1.3')
-rw-r--r--1.3/conf/httpd.conf29
1 files changed, 15 insertions, 14 deletions
diff --git a/1.3/conf/httpd.conf b/1.3/conf/httpd.conf
index a58eea9..7929e90 100644
--- a/1.3/conf/httpd.conf
+++ b/1.3/conf/httpd.conf
@@ -430,25 +430,24 @@ ServerAdmin root@localhost
#
<IfModule mod_userdir.c>
UserDir public_html
-</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
-#<Directory /home/*/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/*/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>
+
# Enable this additional section if you would like to make use of
# suexec-enabled cgi-bin directory on a per-user basis. Note that it must
# stay under public_html for it to work with suexec.
@@ -458,6 +457,8 @@ ServerAdmin root@localhost
# SetHandler cgi-script
#</Directory>
+</IfModule>
+
#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML