> -----Original Message----- > From: Nick Gearls [mailto:[email protected]] > Sent: Donnerstag, 24. Februar 2011 16:13 > To: Development Apache > Subject: Fwd: ProxyPreserveHost - added functionality > > > > ProxyPass /cgi-bin/ http://otherserver.com/cgi-bin/ preservehost=On > > keepalive=Off > > > > This is more akin to how other worker properties are set. > > What when we use RewriteRule[P] to proxy instead of ProxyPass?
Setup a <Proxy http://otherserver.com/cgi-bin/> block and add a ProxySet preservehost=on to it. Regards Rüdiger
