[Zope] Zope, fastcgi, Apache 2.0 - need a dummy file!?
Richard Chan
rspchan@starhub.net.sg
Mon, 16 Sep 2002 05:35:12 +0800
Hi all,
I am serving Zope behind Apache 2.0 using fastcgi. I find a need
a dummy file with the same name as the Zope root otherwise
fastcgi process manager fails with
...cannot stat /www/htdocs/Zope...
Is this a "bug"? Without a dummy /www/htdocs/Zope file my content serving
fails.
I am using Zope 2.5.1, Apache 2.0.40, mod_fastcgi 2002-08 Snapshot
(with AP2 support)...
Following all the howtos:
In Apache 2.0 httpd.conf
LoadModule mod_fastcgi.c
FastCgiExternalServer /www/htdocs/Zope -host localhost:1234 -pass-header
Authorization
<Location /Zope>
SetHandler fastcgi-script
</Location>
Thanks!
Richard Chan