Install PHP5 and Apache in ubuntu
This post was written by admin on June 28, 2009
Posted Under: General
Posted Under: General
This short tutorial may help if you want to get PHP up and running in your computer
Open up terminal window and run following commands:
sudo apt-get install apache2
sudo apt-get install php5
sudo /etc/init.d/apache2 restart
Related posts:
- How to install LAMP server in Ubuntu 9.04
- Howto enable thinkpad hotkeys in Ubuntu 10
- All manner of Shut down modes in Ubuntu Linux
- Fix Network connection icon disappear on top-right panel
- Disable the annoying Beep when shutdown Ubuntu
Tags: ubuntu
