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/03 18:49:31 UTC

SYSV cgi subprocesses exit codes

According to http://www-iwi.unisg.ch/~dlincke/httpd-ext.html

   There's a bug in httpd's POSIX/SYSV signal handling routines. 
   The signal handler for CGI child processes is being set 
   to SIG_IGN instead of SIG_DFL resulting in wait(2), waitpid(2) 
   etc.  returning incorrect exit statuses for child processes 
   of CGI processes. 


This was something I was having problems with. Someone suggested
I use a "SYSV" CFLAG, but that didn't work.

Patch id  B92   works for me.

+1

robh