summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2008-06-04 11:33:29 +0000
committerjorton <jorton@fedoraproject.org>2008-06-04 11:33:29 +0000
commit0a6d82dc328e04d203b7b06bc837f83b87c424e7 (patch)
tree29056f9b8318b56059bd2e1a42379d0d186dfb98 /httpd.conf
parent9aea0b611d97ede919ece6a6011959e07572a197 (diff)
downloadhttpd-0a6d82dc328e04d203b7b06bc837f83b87c424e7.tar.gz
httpd-0a6d82dc328e04d203b7b06bc837f83b87c424e7.tar.xz
httpd-0a6d82dc328e04d203b7b06bc837f83b87c424e7.zip
- correct UserDir directive in default config (#449815)
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.conf b/httpd.conf
index a057e7b..0a1235d 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -351,11 +351,11 @@ DocumentRoot "/var/www/html"
# of a username on the system (depending on home directory
# permissions).
#
- UserDir disable
+ UserDir disabled
#
# To enable requests to /~user/ to serve the user's public_html
- # directory, remove the "UserDir disable" line above, and uncomment
+ # directory, remove the "UserDir disabled" line above, and uncomment
# the following line instead:
#
#UserDir public_html