Gregor Lawatscheck wrote:

> At 12:31 23/09/2003, you wrote:
>>I can fully confirm that this problem doesn't show up with apache 1.3.27,
>>just with 1.3.28. Reverting back to the previous version solved the issue.
>>
>>Thanks to everyone for the advice!
> 
> I can also confirm this on Linux with kernel 2.4.20.
> 
> It appears to be a general problem with cgi execution and apache 1.3.28 as
> perl cgi-scripts also tend to get stuck as zombies (and don't with
> 1.3.27).
> 
> Looks like the Apache developers are aware of this issue:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg17169.html
> 
> Looks like it's fixed in CVS and thus in a forthcoming 1.3.29

Here's a quick patch, straight from Apache CVS, against Apache 1.3.28.
Just run the commands below in the directory above your apache src
directory and recompile.

    wget -O apache-zombie-cgi.diff 
"http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/main/alloc.c.diff?r1=text&tr1=1.145&r2=text&tr2=1.147&diff_format=u";
    patch apache_1.3.28/src/main/alloc.c < apache-zombie-cgi.diff


-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net



Reply via email to