Click to See Complete Forum and Search --> : help with apache?


mitzman
12-27-2000, 07:17 PM
ok, so i did a search in the forums, and none of the solutions helped http://www.linuxnewbie.org/ubb/frown.gif
i have apache setup so it points to /home/user/public_html when someone does http://mydomain/~user
but i get the 403 restricted error. The apached group and user is nobody, i tried changing it to the group that the users are in, no dice http://www.linuxnewbie.org/ubb/frown.gif
any suggestions? the permissions have 755 on /home/user and /home/user/public_html

ack!

------------------
You can change your name to Homer Junior. All the kids can call you HoJu.

hambleto
12-27-2000, 09:14 PM
You may want to go into the user dir and type chmod -Rv 777 public_html That way the public_html dir as well as all files within the folder will be readable. On my machine that resolved the problem. I hope that this helped a little.

mitzman
12-27-2000, 11:24 PM
thanks. that did it, except i took away write access to group and world, but it worked.

-d

------------------
You can change your name to Homer Junior. All the kids can call you HoJu.