Click to See Complete Forum and Search --> : Questions about Apache and userroot?!?!


]Unicron[
03-21-2001, 12:22 PM
Hi all!
I've installed SuSe 7.0 and i want to configure the apache server, so that any user can reach his "site" by following url-> http://127.0.0.1/~username
The user just has to put his html files in his "public_html" directory.
But all I get is a You don't have permission to access /~username on this server.
I've already checked httpd.conf in /etc/httpd/ . But I got no clue what I forgot or what I did wrong.
Tnx in advance for your help and/or hints.

trekker
03-21-2001, 01:19 PM
Hi! My guess is that it is more to do with your file permission settings than httpd.conf

Try chmod a+r for that directory.

Hope this helps ;)

]Unicron[
03-21-2001, 03:38 PM
hmm :(
I did chmod a+r public_html ind my home directory, but still the same error message :(
I'm using SuSe 7.0 Prof. version, just if there's some difference...