1

Closed

Support the ProxyPreserveHost directive

description

An equivalent of apache mod_proxy's ProxyPreserveHost directive.
 
It sends the original host header to the proxied server; useful because there a multiple sites running on the target server.
 
from http://iirf.codeplex.com/Thread/View.aspx?ThreadId=234424
Closed Jan 11, 2011 at 12:45 AM by Cheeso
implemented in changeset 83132. first binary v2.1.1.26.

comments

Cheeso wrote Jan 7, 2011 at 9:24 PM

Looking into this now. This seems relatively simple to implement. I have a suggestion - it seems to me there's no reason to require this option to be a vdir-wide option. It should be easy to implement individually, for each ProxyPass directive in the iirf.ini file. IT could be enabled or disabled with a PPH modifier, or something similar. Of course I could also implement the vdir-wide override. Let me know what you think.

Cheeso wrote Jan 10, 2011 at 10:48 PM

Implemented in changeset 83132. This isn't released in binary form yet.