We recently upgraded from 1.9 to 2.2 and it took about a day for us to
notice but it seems that https refer URL (HTTP 30x code) is being
rewritten by pound as http.
We do not have any ListenHTTPS lines, we do https through another
program (ssl_proxy). Our theory is pound is rewriting these https
referals in an attempt to protect us from can't connect type errors.
Does this sound sane at all? can we turn this behavior off?
Thank you
brian
Re: [Pound Mailing List] When did this happen? (or am I on drugs) Robert Segall <roseg(at)apsis.ch>
On Tue, 2007-02-13 at 17:04 -0500, gauze(at)dropdead.org wrote:[...]
If you mean the Referer header, then Pound never touches that. If you
mean the Location header (in a redirect) then that is rewritten
according to the rules for RewriteLocation/RewriteDestination, which
changed since 1.9. In particular look at "RewriteLocation 0".
I can't really give any answer to your drugs hypothesis.[...]