Search Linux Here

Google
 

Monday, February 25, 2008

Installing apache on Ubuntu

This How-to is to get the latest apache .. I Hope this article can help U to install apache..

To get Apache, try type this code in terminal
# sudo apt-get install apache

or
# sudo apt-get install apache2

after that, you can test your apache with this code :
# firefox "http://localhost"

or
# http://localhost

Once apache2 is done installing, you can go ahead and test it by using:
# sudo /etc/init.d/apache2 start

I hope this article can help u to build a web server....:)

No comments: