[Zope] Problem with VirtualHostMonster response

Evan Simpson evan@4-am.com
Thu, 24 Jan 2002 19:13:17 -0500


Ewoud de Boer wrote:
>         ReWriteRule ^/zope(.*)
> http://www.dbde.nl:8080/VirtualHostBase/http/www.dbde.nl:80/dbde/VirtualHost
> Root/$1

You are missing a critical piece of your rule, namely the " [P,L]" at 
the end.  This tells Apache to use mod_proxy to proxy your rewritten 
request (and stop rule processing).

Cheers,

Evan @ Zope