Apacheの再起動
※Apacheの構文エラーがないか確認してから再起動すること。
例)再起動してメモリを開放。
# apachectl -t(★Apacheの構文チェック) # /etc/init.d/httpd restart(★Apacheの再起動)
Apacheの停止
# apachectl -t(★Apacheの構文チェック) # /etc/init.d/httpd stop(★Apacheの停止)
Apacheの起動
# apachectl -t(★Apacheの構文チェック) # /etc/init.d/httpd start(★Apacheの起動)
※サーバによってパスが異なる。
こちらもあわせてどうぞ