From 0a6d82dc328e04d203b7b06bc837f83b87c424e7 Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 4 Jun 2008 11:33:29 +0000 Subject: - correct UserDir directive in default config (#449815) --- httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httpd.conf') 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 -- cgit