Bug#1778: Zombies from Cern-Httpd (solved)
eckes <ecki@lina.inka.de> writes:
> Package: cern-httpd
> Version: 3.0-4
>
> There is an error in the Signal handling of the cern-httpd, which makes
> zombies hang around, especially on heavy loaded WWW Server. The following
> Patch may solve this:
>
> --- WWW/All/linux/Makefile.include.org Sun Oct 29 07:15:44 1995
> +++ WWW/All/linux/Makefile.include Sun Oct 29 07:16:32 1995
> @@ -9,7 +9,7 @@
>
> # -DLINUX_FSSTND makes the default log file /var/run/httpd-pid
> # rather than /tmp/httpd-pid
> -CFLAGS = -O2 -DPOSIXWAIT -DLINUX_FSSTND
> +CFLAGS = -DUTS2 -fomit-frame-pointer -O2 -DPOSIXWAIT -DLINUX_FSSTND
> LFLAGS = -s
> CC = gcc
That should be "/var/run/httpd.pid" according to FSSTND 1.2.
Dan
Reply to: