I have tried to install a LAMP server on my Ubuntu 10.04 (home) installation by typing this into the terminal:
sudo apt-get install lamp-server^
However, afterwards, when I point my browser towards http://localhost I get:
403 Forbidden error.
I tried multiple times to change the permissions of the /var/www/ folder by right clicking it and setting the permissions to read and write for my user, but it just goes back to what it was after I close the options window.