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.
0 comments:
Post a Comment