• Read #How to add extra repositories
• Install:
sudo apt-get install apache2
• Access
http://localhost
• Depending on how you setup apache, you may need to run a command to map public_html directories (inside user home directories) to ~. like, http://localhost/~aglow The optional command is:
sudo a2enmod userdir
• Restart:
sudo /etc/init.d/apache2 restart