[Zope] zope fastcgi protocol error

Ron Bickers rbickers@logicetc.com
Tue, 18 Apr 2000 13:12:13 -0400


The problem was in the file ZServer/FCGIServer.py.  It was fixed in CVS
version 1.5.4.1 and I think in the main branch starting with version 1.7.

I don't know which version of the file Zope 2.1.6 uses, but if you download
from CVS at least FCGIServer.py version 1.7, that should eliminate the
problem.  I did that several months ago and haven't had a single FCGI
problem since.

I hope this helps.
_______________________

Ron Bickers
Logic Etc, Inc.
rbickers@logicetc.com

> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Scott
> Thomason
> Sent: Tuesday, April 18, 2000 12:39 PM
> To: mezger@innominate.de; zope@zope.org
> Subject: [Zope] zope fastcgi protocol error
>
>
> thilo, a few months ago you posted
> http://lists.zope.org/pipermail/zope-dev/2000-February/003202.html about
> an intermittent fastcgi protocol error. I'm just setting up zope with
> fastcgi and i am experiencing the same problem. i restarted zope, and the
> problem went away. my socket is located in /tmp/fcgi/, so i'm wondering if
> it needs to be moved out of the temp directory or ???
>
> What did you do to fix this problem?
> ---scott