Thursday, January 5, 2017

Start, Stop, Restart and Status Apache



How to Start Apache

/etc/init.d/httpd start

How to Stop Apache

/etc/init.d/httpd stop

How to Restart Apache

/etc/init.d/httpd restart

How to View Apache Status

(Tell if it is running)
/etc/init.d/httpd status

No comments:

Post a Comment