[Zope] Can't build resource file for PCGI on Zope 2.7b1

Jens Vagelpohl jens at zope.com
Mon Aug 11 23:33:22 EDT 2003


>> Unless you have a pressing reason to choose PCGI do not do it. Use
>> RewriteRules with Apache to achieve the desired effect simpler and 
>> more
>> efficiently. Have your Zope listen on a local port on that machine.
>
> For reasons that don't make sense to me, the local httpd is not 
> compiled
> with mod_rewrite, and rebuilding it with mod_rewrite is impossible.
>
> Is PCGI being deprecated from Zope?

It is not receiving much attention anymore, to put it like that. With 
mechanisms like mod_rewrite and mod_proxy PCGI is almost never an 
appropriate solution anymore.

If you don't have mod_rewrite, do you have mod_proxy? Then you van use 
ProxyPass directives to achieve a similar effect.

jens




More information about the Zope mailing list