Hi Barry Well done - I would like to test this. Be so kind and send me a copy of your pound binary. I'm running Debian and have installed pound from a deb package - I hope your binary will work on my box (or did you compile it under OS X?). My application for pound is quite simple: I forward requests on ports 80 and 443 to specific tomcat apps all on the same box.
Thanks in advance On Apr 9, 2005 2:24 AM, Barry Books <[EMAIL PROTECTED]> wrote: > Well perhaps not solved but a possible workaround. > > The problem seems to be if you run pound behind a firewall then the > host pound thinks it's running on does not match the host in a > redirect. Pound will only rewrite the location if the hosts match so > what happens on an SSL redirect is the location ends up being > > http://host:443/path > > instead of https://host/path > > I fixed this by making pound always rewrite the Location. Under some > circumstances this may not be what you want. > > if you want to try this out change svc.c line 679 from return 0 to > return 1. (Pound-1.8.2) > > WARNING: I have done very little testing on this patch. > > Barry > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers Theo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
