i keep getting a 403 forbidden permission error on my fedora server through my local network

Posted by kdavis8 on Server Fault See other posts from Server Fault or by kdavis8
Published on 2012-10-22T21:32:27Z Indexed on 2012/10/22 23:04 UTC
Read the original article Hit count: 310

Filed under:
|
|
|

Trying to view a javascript file on my home server I get the following error:

Forbidden

You don't have permission to access /jquery-1.8.2.js on this server.
Apache/2.2.22 (Fedora) Server at 192.168.1.3 Port 80

I have given all users access to the file like this:

sudo chmod -R 777 /var/www/html/jquery-1.8.2.js

I have even gone as far as changing the user & group properties in the httpd.conf file.

© Server Fault or respective owner

Related posts about linux

Related posts about apache2