apache2 + UserDir on FC3
Collins Richey
crichey
Sat Feb 19 22:54:54 PST 2005
I've just put up FC3 on my system again. Most things are working
(sound not, but that's no surprise; the 2.6 kernel offered is pretty
old). I've got apache up and working with php from the standard
DocumentRoot, but I can't get ~collins/public_html/index.html or
...index.php to work. I always get You don't have permission to access
/~collins/... on this server.
I've added the following to /etc/httpd/conf/httpd.conf (similar to
what I have on Gentoo), but no workie. And, yes, httpd was restarted
after updating the .conf file.
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
<Directory /home/*/public_html>
AllowOverride All
Options MultiViews -Indexes Includes FollowSymLinks
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
mod_userdir and mod_access are loaded earlier in the .conf file.
What am I missing?
--
Collins
More information about the Linux-users
mailing list