Thanks, Kaspar, for the info. That's exactly what I had in mind. And thanks for this new great feature in 2.3/4!
Jie * Kaspar Brand <httpd-dev.2...@velox.ch> wrote: > Date: Tue, 10 Apr 2012 18:38:02 +0200 > From: Kaspar Brand <httpd-dev.2...@velox.ch> > To: dev@httpd.apache.org > Subject: Re: Scope of ProxyPreserveHost > > On 10.04.2012 12:38, Tom Evans wrote: > > On Tue, Apr 10, 2012 at 1:38 AM, Jie Gao <j....@sydney.edu.au> wrote: > >> Hi All > >> > >> Would it be possible to expand the scope of ProxyPreserveHost to > >> "Location"? > >> > >> Regards, > >> > >> > >> Jie > >> > > > > I don't understand; ProxyPreserveHost affects the proxying apache > > server, and controls whether it rewrites the 'Host' header in the > > request with the selected backend's hostname or not. > > > > 'Location' on the other hand is a response header. mod_proxy already > > has a directive to rewrite response headers like 'Location', see > > ProxyPassReverse. > > s/"Location"/<Location>/, presumably. > > Per-dir support for ProxyPreserveHost was added in 2.3.3, actually: > https://issues.apache.org/bugzilla/show_bug.cgi?id=34901. > > Kaspar