一時的な停止
# service httpd stop
# ps aux | grep httpd
ブート時に起動しない設定
# chkconfig --list httpd
# chkconfig httpd off
# chkconfig --list httpd
# service httpd stop
# ps aux | grep httpd
ブート時に起動しない設定
# chkconfig --list httpd
# chkconfig httpd off
# chkconfig --list httpd