稼動中のサービスを停止させないhttpd再起動

今まで開発環境しか触ってなかったので restartでOKでしたが、
サービス中の環境を停止させない再起動方法

service httpd graceful

再起動はログで確認

tail /var/log/httpd/error_log
[Mon Sep 07 16:41:15 2009] [notice] Graceful restart requested, doing restart
(中略)
[Mon Sep 07 16:41:15 2009] [notice] Apache configured -- resuming normal operations

http://pocketstudio.jp/linux/?FC4%2FApache%2FApache%A4%CE%A5%BB%A5%C3%A5%C8%A5%A2%A5%C3%A5%D7#content_1_11

ただし、SSLの証明書やパスフレーズを更新した場合は、restartじゃないとダメらしいです

http://www.secomtrust.net/service/ninsyo/reforweb/si_b2.html#4