]> 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)
commite410111205c288fab16e61dcfd6d669430e5b6f5
tree21992d11c1a2a532aeecbde12b27b3ea6b1fa591
parentfa9ea7551cea43337edc3d22e26f002ea809d80c
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