Results 1 to 3 of 3
Hi.
I have one pc with ubuntu 8.04 running Apacahe. Computer A.
I have another pc running Ubuntu 8.04. Computer B.
Computer B have some exported folders. These folders are ...
- 04-18-2009 #1
Forbidden and Apache
Hi.
I have one pc with ubuntu 8.04 running Apacahe. Computer A.
I have another pc running Ubuntu 8.04. Computer B.
Computer B have some exported folders. These folders are mounted in computer A. All fine.
In /etc/apache/site-enabled/000-default I've set the DocumentRoot to be on one of the mounted folders on computer B. But when I try to access this website, in firefox, i'm getting a 403 forbidden messages that says i do not have permission to access /xxxx/ on this server.
What's wrong?
- 04-18-2009 #2
Just add permission for the folder to be executed by others
and give read permission to others recursively to whole folder
- 04-18-2009 #3
Thanks for reply.
I did a chmod 755 on the folders and added a index.php in the folder which gave me the forbidden message. It works now.


Reply With Quote