[LINUX] Rebooting vhost or Apache, which is often forgotten

vhost restart

$sudo /etc/rc.d/init.d/httpd restart

Apache startup

service httpd start

Apache stopped

service httpd stop

Apache restart

service httpd restart

Apache status check

/etc/init.d/httpd status

Recommended Posts

Rebooting vhost or Apache, which is often forgotten
Which is better, PyPy or Python?
Which is faster, Python shuffle or sample?
Grammar summary that is often forgotten with matplotlib
[Linux] End of process or job, which is better?
Which is better, python standard input receiving input () or sys.stdin?