You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/05/05 20:03:28 UTC

0.6.3 repair job

I just undid B92 and put 

#ifdef HPUX
        signal(SIGCHLD, SIG_DFL);
#endif

into http_script.c where it belonged.

My fault - I din't check the proposed fix (for 1.3) properly.


This should fix the HP getting erroneous exit responses from
cgi subprocesses, and undo the introduction of lots of defunct
processes which we noticed here.


robh