wieserdk
15th July 2009, 21:53
Hello,
I've noticed that apache needs all files in /web/ folder be 777, which is not nice:
ls -l gives results:
drwxrwxrwx 13 web96 client31 4096 2009-06-23 21:12 web
when last chain is r-x or r-- apache returns
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
What can be wrong?
I've noticed that apache needs all files in /web/ folder be 777, which is not nice:
ls -l gives results:
drwxrwxrwx 13 web96 client31 4096 2009-06-23 21:12 web
when last chain is r-x or r-- apache returns
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
What can be wrong?