[Zope] Apache ProxyPass and VirtualHostMonster

Oleg Broytmann Oleg Broytmann <phd@phd.fep.ru>
Mon, 21 May 2001 17:54:20 +0400 (MSD)


On Mon, 21 May 2001, Olivier Deckmyn wrote:
>     RewriteRule ^(.*) http://www.toto.com:9080/www_toto_com/$1 [P]

   You must pass osme information to it! Here is how I do it on
zope.net.ru:

RewriteRule ^/(.*) /cgi-bin/Zope.cgi/VirtualHostBase/http/zope.net.ru/zope.net.ru/VirtualHostRoot/$1 [e=3DHTTP_CGI_AUTHORIZATION:%1,t=3Dapplication/x-httpd-cgi,PT,NS,L]

   Read docs on VHM!

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.