LAMP Ubuntu installation
Posted
by codedude
on Server Fault
See other posts from Server Fault
or by codedude
Published on 2010-06-14T02:57:47Z
Indexed on
2010/06/14
3:42 UTC
Read the original article
Hit count: 372
I installed LAMP on Ubuntu 10.04. Now whenever I try to access http://localhost/ I get this message:
Forbidden You don't have permission to access / on this server. Apache/2.2.14 (Ubuntu) Server at localhost Port 80
I tried changing the permissions of the var/www/ folder by clicking ALT-f2, typing in "gksu nautilus" and right clicking the folder and changing the permissions but I still get a 403 forbidden error.
Any idea what's going on?
© Server Fault or respective owner