--- busybox-1.10.1/networking/httpd.c	Sat Apr 19 05:50:27 2008
+++ busybox-1.10.1-httpd/networking/httpd.c	Wed May  7 11:19:11 2008
@@ -1457,6 +1457,11 @@
 				}
 			}
 #endif
+			/* restore default signal dispositions for CGI process */
+			signal(SIGCHLD, SIG_DFL);
+			signal(SIGPIPE, SIG_DFL);
+			signal(SIGHUP, SIG_DFL);
+
 			execv(fullpath, argv);
 			if (verbose)
 				bb_perror_msg("exec %s", fullpath);
