[Zope] roxen with zope
Justin Heesemann
jh@ionium.org
Thu, 27 Sep 2001 11:54:49 +0200
Hi...
on my way testing roxen i was wondering how i could use zope +
virtualhostmonster with it.
I was using apache with a rewrite rule
RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/www.test.com:80/test.com/VirtualHostRoot/$1 [P]
and i tried to do the same thing in roxen, adding the http relay module to a
site and set a relay pattern:
MATCH ^/(.*) CALL http://localhost:8080/VirtualHostBase/http/www.test.com:80/test.com/VirtualHostRoot/\1
which should to the same in my opinion. Well.. it doesn't. Pointing my
browser to www.test.com i'll end up with getting nothing, the browser trying
all the time to open something but it never gets an answer.
roxen says, it got a request which matched the regex ^/(.*) but it doesn't
seem to successfully connect to zope.
Any suggestions ?
Best Regards,
Justin