On Tuesday 07 December 2004 06.15, Dmitry Dvoinikov wrote:[...]
Sorry, but for many of servers this is the only thing that works. The problem
is that back-end servers create redirect response using the Host header as
basis, but switch to HTTP. The only way Pound has of identifying such
responses (and changing the Location header accordingly) is to add the port
number. Additional ideas are welcome.
[...]
That is exactly what makes it happen. You can comment out the function (have
it return NULL in all cases) to prevent the change, but then it may well
break other stuff, such as the above mentioned Location rewriting.
Should you try the change please let us know how it works - we could easily
put in a compile-time switch for this.[...]
|