Hi! With the recent patch I have problems connecting directly to ZServer (port 8080) - Zope reported error 500 and restarted itself. Connecting through Apache+mod_pcgi2 works. I reverted the patch (restored HTTPServer.py from backup) and can connect to ZServer again. Something wrong with te patch! Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
From: Oleg Broytmann <phd@phd.pp.ru>
With the recent patch I have problems connecting directly to ZServer (port 8080) - Zope reported error 500 and restarted itself. Connecting through Apache+mod_pcgi2 works. I reverted the patch (restored HTTPServer.py from backup) and can connect to ZServer again. Something wrong with te patch!
Is this the patch from the Collector, or the replacement HTTPServer.py I recently mailed out? If it's the replacement, which version did you try? The one for Zope 2.0.x and 2.1.x, or the one for Zope 2.2.x? Cheers, Evan @ digicool & 4-am
On Tue, 12 Dec 2000, Evan Simpson wrote:
With the recent patch I have problems connecting directly to ZServer (port 8080) - Zope reported error 500 and restarted itself.
Is this the patch from the Collector, or the replacement HTTPServer.py I recently mailed out? If it's the replacement, which version did you try? The one for Zope 2.0.x and 2.1.x, or the one for Zope 2.2.x?
I've got the patch from the mailing list. I saw only one replacement HTTPServer.py here - 13979 bytes in size. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
From: Oleg Broytmann <phd@phd.pp.ru>
I've got the patch from the mailing list. I saw only one replacement HTTPServer.py here - 13979 bytes in size.
Looks like you've got the one that only works with Zope 2.0 - 2.1.6. If you're using Zope 2.2.0 or above, you need the other one. See http://www.zope.org/Members/4am/postbugfix Cheers, Evan @ digicool & 4-am
On Wed, 13 Dec 2000, Evan Simpson wrote:
Looks like you've got the one that only works with Zope 2.0 - 2.1.6. If you're using Zope 2.2.0 or above, you need the other one. See http://www.zope.org/Members/4am/postbugfix
Got it. Now it works. Thank you. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Evan Simpson -
Oleg Broytmann