[Zope] Anyone? --> RH 6.1, Zope 2.1.1, Apache 1.39-4, FastCGI 2.2.3 (Was: FastCGI and apache setup problems)

Ron Bickers rbickers@logicetc.com
Tue, 21 Dec 1999 00:21:28 -0500


Using the CVS version 1.5.4.1 of FCGIServer.py appears to have eliminated
the random 'broken pipe' errors with FastCGI.  Version 1.5 is distributed
with Zope-2.1.1, so you'll have to fetch 1.5.4.1 from CVS.  I'm running Zope
2.0.1 and also had to update Producers.py.  I'm not sure if I broke anything
by not updating all of ZServer (or all of Zope), but it's running well.

For those interested...

RedHat 6.1
Zope-2.0.1 RPMs with the FCGI support added and the updates as noted above.
Apache 1.3.9
mod_fcgi SNAP_OCT06

httpd.conf...

===========

FastCgiExternalServer /home/httpd/html/Zope -host
localhost:8999 -pass-header Authorization

<Location /Zope>
Options ExecCGI
SetHandler fastcgi-script
</Location>

===========

RewriteEngine On
RewriteRule ^/(.*) /Zope/$1 [PT]

===========

Simple.  And works like a charm.
_______________________

Ron

> -----Original Message-----
> From: anthony@nextTelecom.com [mailto:anthony@nextTelecom.com]On Behalf
> Of Anthony Baxter
> Sent: Monday, December 20, 1999 8:57 PM
> To: Patrick Phalen
> Cc: zope@zope.org
> Subject: Re: [Zope] Anyone? --> RH 6.1, Zope 2.1.1, Apache 1.39-4,
> FastCGI 2.2.3 (Was: FastCGI and apache setup problems)
>
>
> >>> Patrick Phalen wrote
> > * RedHat Linux 6.1 (Intel)
> > * Apache 1.39-4
> > * FastCGI 2.2.3
> > * Zope 2.1.1
>
> I've got it working with a webserver of Apache 1.3.9 on Solaris 2.6 x86,
> with mod_fastcgi_SNAP_Oct06, talking to a ZServer with current CVS on
> a redhat 5.2 system (with a linux 2.2 kernel on top.) I've also had it
> working in the past with the above apache/fcgi combo running on redhat
> 6.0 against a 5.2 zope. And, to make this complete, I just ran up a
> Zope install on this box, so I can say that it works with Redhat
> 6.0 talking
> to Redhat 6.0. This is with revision 1.5.4.1 of the FCGIServer.py file -
> with just r1.5 of the file, it will not work for me.
>
> Anthony