Sunday, January 30, 2011

Restarting Apache Server

To Restart Apache Sever
$ sudo /etc/init.d/apache2 restart


To Stop Apache Server
$ sudo /etc/init.d/apache2 stop


To Start Apache Server
$ sudo /etc/init.d/apache2 start





No comments:

Post a Comment