LAMP Ubuntu installation
        Posted  
        
            by codedude
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codedude
        
        
        
        Published on 2010-06-14T02:57:47Z
        Indexed on 
            2010/06/14
            3:02 UTC
        
        
        Read the original article
        Hit count: 435
        
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?
© Stack Overflow or respective owner