Easy httpd config: Config for ~user
I httpd.conf, I enabled the user directory:
UserDir public_html
At the end of httpd.conf I added the following to set the permissions/access to the user directories:
<Directory /home/*/public_html>
AllowOverride FileInfo
# AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI Includes
</Directory>
I get the following error in the logs
[Mon Aug 18 16:50:34 2003] [error] [client 127.0.0.1] File does not exist: /var/www/html/~user
I tried looking at my old httpd.conf from an old rh7 install and I can't figure out what is wrong.
Any ideas?
Thanks in Advance.
|