Apacheの起動と終了
Apacheを起動するには
/etc/rc.d/init.d/httpd start
を実行します。
Apacheを停止するには
/etc/rc.d/init.d/httpd stop
を実行します。
Apacheの再起動
Apacheを再起動するには
/etc/rc.d/init.d/httpd restart
を実行します。
初版2007/09/13 :最終更新2008/11/21
HOME