Sunday, January 15, 2012

Starting and Stopping Apache HTTPD Server in Linux

To stop HTTPD Service:

$ /sbin/service httpd stop

To Start HTTPD Service:

$ /sbin/service httpd start

No comments:

Post a Comment