Apache - Restart, start, stop - httpd
To restart Apache,
/etc/rc.d/init.d/httpd restart
Stop Apache server
/etc/rc.d/init.d/httpd stop
Start Apache web server
/etc/rc.d/init.d/httpd start
A short version to restart httpd (Apache)
service httpd restart
0 Comments:
Post a Comment
<< Home