Sunday, April 1, 2012
How to install Apache and PHP on linux Ubuntu?
Sunday, April 1, 2012 by v

Steps to install Apache & MySQL5 in Linux Ubuntu:
Step 1: Open your terminal & login as SU (Super User)
Step 2: Now type following two commands to install Apache and PHP respectively.
Command to install Apache:
sudo apt-get install apache2
Below is one related screenshot of the terminal with progress feedback:

Command to install PHP5:
sudo apt-get install php5
Here is another screenshot to get things more clear:

Once done, you can check to confirm whether everything is working or not by simply typing 'http://localhost/' in your web browser and you will see a webpage sayinbg, 'It Works'.
Thank You!
Subscribe to:
Post Comments (Atom)
0 Responses to “How to install Apache and PHP on linux Ubuntu?”
Post a Comment