LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   hobbit/big brother problem (https://www.linuxquestions.org/questions/linux-server-73/hobbit-big-brother-problem-653541/)

watcher69b 07-04-2008 05:50 AM

hobbit/big brother problem
 
good morning LQ,

I keep getting the

Forbidden
You don't have permission to access /hobbit/bb.html on this server.

I did a chmod 755 on bb.html but still get the error

The hobbit files are NOT in the /var/www/html/ folder, they are in the ~/server/www folder (dont ask me why it just installed that way...)
folder (and sub folder)permissions are drwxr-xr-x (755)
I also added an Alias /hobbit/ "/home/hobbit/server/www" line in my /etc/httpd/conf/httpd.conf file


Is there anything else I should look at?

Thanks
~N

estabroo 07-04-2008 08:39 AM

Do you check the permissions on /home/hobbit?

watcher69b 07-04-2008 09:05 AM

The permissions are
drwxr-xr-x (755) on /home/hobbit

strange I DID get the page to work by moving everything from /home/hobbit to /var/www

mtimbro 07-04-2008 09:35 AM

Quote:

Originally Posted by watcher69b (Post 3203966)
The permissions are
drwxr-xr-x (755) on /home/hobbit

strange I DID get the page to work by moving everything from /home/hobbit to /var/www

Your directory root directive was probably '/var/www' in your httpd.conf file.


All times are GMT -5. The time now is 03:29 AM.