On 09/02/2010 08:56 PM, Alan M. Carroll wrote:
I did a rebase and merge from the ts-291 branch, which had the changes to
implement forward transparent proxy (see TS-291). It has had some testing, but
not extensive. For this reason it was not included in the 2.1.2 release.
However, because that has now been released it seemed a good time to push this
non-trivial change to trunk.
Hmmm, I tried this a little bit, with and without --enable-tproxy=no,
and it works fine with forward proxy, but nothing works in reverse
proxy. I did a complete fresh build / install, modified records.config
to use port 80, and added this to remap.config:
map http://loki.ogre.com/ http://someorigin.com
A request for this now always fails with "404":
loki (12:12) 499/0 $ curlhead http://loki.ogre.com/500.bmp | head -1
HTTP/1.1 404 Not Found on Accelerator
Am I missing something ? I've tested with v2.1.2 (works fine) and also
rolling back to before this merge (also works fine).
-- Leif