[Zope] ZOPE on an existing web server - possible?

Lennart Regebro lennart@regebro.nu
Thu, 15 May 2003 17:59:09 +0200


george donnelly wrote:
>... use rewrite rules to connect apache and zope.

You typically use RewriteRules even when you use CGI. ;)

But yes, in most cases CGI is the useless part here, it's easier to use 
the Apache proxy, and use RewriteRules with proxy or ProxyPass. It saves 
  you from starting the PCGI wrapper.