19 Jul
1999
19 Jul
'99
9:57 p.m.
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