[Zope] passing an URL from Apache to ZServer

O.l.i.v.e.r T.h.u.n.s O.l.i.v.e.r T.h.u.n.s" <oliver.thuns@gmx.de
Mon, 19 Jul 1999 23:57:29 +0200


Hi, I have a little problem and need your support :-)
I want to do this:

Apache gets a request
http://sub.domain.com/path/script.cgi?var1=My&var2=Name

Apache forwards this to ZopeHTTPServer (or ZServer) through the proxy
module

A ZPublisher module should get the URL
(/path/script.cgi?var1=My&var2=Name) and redirect to
http://other.domain.com/path/script.cgi?var1=My&var2=Name


Is this possible?
I think it should be possible with PCGI, but this is much more
overhead. I'm using ZPublisher not Zope (don't need it for this
projekt).


Oliver