]> granicus.if.org Git - apache/commit
Fix a mod_cgid problem that left daemon processes stranded
authorJeff Trawick <trawick@apache.org>
Fri, 22 Mar 2002 02:56:56 +0000 (02:56 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 22 Mar 2002 02:56:56 +0000 (02:56 +0000)
commitd6a5e79902966077a36706d4ea9cb851d80c3976
tree21992d11c1a2a532aeecbde12b27b3ea6b1fa591
parent36e9ba739af401fe129e75ea50002bcf49a0de03
Fix a mod_cgid problem that left daemon processes stranded
in some server restart scenarios.

It relied on getting SIGHUP to die, but it wasn't careful
about establishing the SIGHUP handling it needed so after
apachectl restart, SIGHUP was ignored since the new cgid
daemon process inherited a signal(SIGHUP,SIG_IGN) done by
the MPM during its restart logic.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94116 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/generators/mod_cgid.c