Skywolf
12-01-2002, 04:17 PM
Well, here's the situation:
I installed Mandrake Linux 9.0 with Apache. I've made sure Apache group is part of my ~user groups, I've chmod the files in the user directory to be read by all.
And, when serving webpages from the root (/var/www/html) Apache serves them up just fine.
However, when trying to access a user directory (in this case (as example) http://www.website.com/~user) I get the 403 forbidden error.
I've tried adding the following to commonhttpd.conf:
<Directory /home/user>
Options -All -Multiview
AllowOverride All
Order allow,deny
Allow from all
</Directory>
to no avail. Also tried changing the Directory to /home/~user to no avail.
I'm running in runlevel 3, with little mods from the installation (if any).
Any ideas? I'm stuck (after 10 hours of frustration)
I installed Mandrake Linux 9.0 with Apache. I've made sure Apache group is part of my ~user groups, I've chmod the files in the user directory to be read by all.
And, when serving webpages from the root (/var/www/html) Apache serves them up just fine.
However, when trying to access a user directory (in this case (as example) http://www.website.com/~user) I get the 403 forbidden error.
I've tried adding the following to commonhttpd.conf:
<Directory /home/user>
Options -All -Multiview
AllowOverride All
Order allow,deny
Allow from all
</Directory>
to no avail. Also tried changing the Directory to /home/~user to no avail.
I'm running in runlevel 3, with little mods from the installation (if any).
Any ideas? I'm stuck (after 10 hours of frustration)