Monday, 30 January 2012

Install And Configure Apache In Ubuntu

Hey guess what?  Here is a brief tutorial to install and configure Apache Server at your UBUNTU system. If you’re wishing to have a web server on your own system just follow below steps and defiantly you will have a web server on your system free and most popular one. One big fact I want to tell you that Apache is a one of the most used World Wide Web server; in fact it is about 70%.
Note: Apache is one of the important Module of LAMP (Linux, Apache2, MySQL, PHP5).
Here we go:

INSTALLATION OF APACHE2
 Just open your Terminal
sudo apt-get install apache2
Wait for few minutes.
Congrats you did it, man…!!
Now go to your any web browser “http://localhost”.  You can see its working 


CONFIGURATION OF APACHE2
START:
sudo /etc/init.d/apache2 start   #start apache
STOP:
sudo /etc/init.d/apache2 stop   #stop apache

RESTART:
sudo /etc/init.d/apache2 restart   #restart apache
All done……Enjoy the Hosting.

Related Posts:



0 comments:

Post a Comment