[Zope3-dev] State of Virtual Hosting

Marcus J. Ertl marcus.ertl@larp-welt.de
28 Jul 2003 18:48:56 +0200


Am Mon, 2003-07-28 um 17.16 schrieb Marius Gedminas:

Hello!

>   RewriteRule ^/zope3-checkins(/?.*) http://localhost:3080/zope3-checkins/++vh++http:www.codeworks.lt:80/zope3-checkins/++$1 [P,L]

These are my rewrite rule (one per line):

      ProxyVia On
      RewriteEngine On
      RewriteRule ^/zope3$ /zope3/ [R=302]
      RewriteRule ^/zope3/(.*)
http://localhost:9080/++vh++https:tiran.faho.rwth-aachen.de:7443/++/$1
[L,P]

Seems to work, because I can see the zope page, if I browse to
http://tiran.faho.rwth-aachen.de/zope3/, but without css and images.
Zope doesn't change all the links inside the page from localhost:9080 to
the trian....-url.

Bye
   Marcus