--- httpd.conf~ 2004-09-08 06:20:13.000000000 -0400 +++ httpd.conf 2004-09-17 09:27:27.000000000 -0400 @@ -336,14 +336,14 @@ # of a username on the system (depending on home directory # permissions). # - UserDir disable + #UserDir disable # # To enable requests to /~user/ to serve the user's public_html # directory, remove the "UserDir disable" line above, and uncomment # the following line instead: # - #UserDir public_html + UserDir www @@ -351,18 +351,18 @@ # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # -# -# AllowOverride FileInfo AuthConfig Limit -# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -# -# Order allow,deny -# Allow from all -# -# -# Order deny,allow -# Deny from all -# -# + + AllowOverride FileInfo AuthConfig Limit + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec + + Order allow,deny + Allow from all + + + Order deny,allow + Deny from all + + # # DirectoryIndex: sets the file that Apache will serve if a directory