Hi! On Sun, 20 Jun 1999, Andrew M. Kuchling wrote:
Eek, you're right; the Apache child dumps core. Luckily, the fix is simple. Edit mod_pcgi.c, and around line 419, change this line:
int rsize, len_read, rpos; to int rsize, len_read, rpos = 0;
This helped a bit, but not much. I can start Zope from mod_pcgi and use it. But after I shutted Zope down, I cannot start it using Zope.cgi - "resource temp unavail". I have to restart Apache to use Zope.cgi :( If you don't mind, I'm sending you some minor patches (attached) for cleaner compilation. -Wall still gives some warnings, but they are not significant, I think...
-- A.M. Kuchling http://starship.python.net/crew/amk/ This is not a technical issue so much as a human issue; we are limited and so is our time. (Is this a bug or a feature of time? Careful; trick question!) -- Fred Drake on the Documentation SIG, 9 Sep 1998
Oleg. ---- Oleg Broytmann National Research Surgery Centre phd2@email.com Programmers don't die, they just GOSUB without RETURN.