Apacheをdaemontoolsで監視するメモ

Posted on 9月 21, 2006
Filed Under Linux, Apache | Leave a Comment

Apache 2.0.33以降

    httpd -DNO_DETACH 

Apache 1.3.25以降

    httpd -F

※参考サイト

Apache2をdaemontoolsで起動する方法は? - Linux Square
http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=5694&forum=10&7

doc/Apacheをdaemontoolsで監視する | Dino Open Lab / ディノ オープンラボラトリ
http://openlab.dino.co.jp/?key=%5B%5Bdoc%2FApache%A4%F2daemontools%A4%C7%B4%C6%BB%EB%A4%B9%A4%EB%5D%5D

ずんWiki - Apache2をdaemontooldで動かす
http://www.kawaz.jp/pukiwiki/index.php?Apache2%A4%F2daemontoold%A4%C7%C6%B0%A4%AB%A4%B9

Changes with Apache 2.0.33

*) Implement apr_proc_detach changes and allow -DNO_DETACH in the
multi-process mode to not “daemonize” while detaching from the
controlling terminal. This is necessary for Apache to work with
process-management tools like AIX’s “System Resource Controller”
as well as Dan Bernstein’s “daemontools”.
[Jos Backus , Aaron Bannert]

Changes with Apache 1.3.25

*) Added a ‘-F’ flag; which causes the mother/supervisor process to
no longer fork down and detach. But instead stays attached to
the tty - thus making live for automatic restart and exit checking
code easier. [ Contributed by Michael Handler ,
Jos Backus [ Dirk-Willem van Gulik ]].

Recently


Categories


Archives