Friday, October 25, 2013

Install Apache2 on Ubuntu



Summary:
--------
Install new  Apache 2, as well as other dependent packages and its associated configurations.


Step 1:
------
Update your packages

$ sudo apt-get update

Step 2:
------
Install apache2 and associated packages

$ sudo apt-get install apache2

No comments:

Post a Comment