DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365 Change in behaviour of ProxyPass and ProxyPassReverse ------- Additional Comments From [EMAIL PROTECTED] 2002-06-27 18:24 ------- I'm seeing a similar problem with version 1.3.26. It seems to happen when the proxied server issues a redirect. My Proxy configuration is: ProxyVia On ProxyPass / http://server:5081/ ProxyPassReverse / http://server:5081/ What's happening is that mod_proxy is not replacing the original Location header (the one that references the proxied server). Rather, its adding multiple instances of the new Location header (the one that references the proxy server). GET /webworldtravel HTTP/1.0 HTTP/1.1 302 Object Moved Date: Thu, 27 Jun 2002 18:17:39 GMT Server: Microsoft-IIS/5.0 Location: http://server:5081/webworldtravel/ Content-Type: text/html Content-Length: 183 Via: 1.1 server Location: http://server/webworldtravel/ Content-Length: 183 Via: 1.1 server Content-Length: 183 Via: 1.1 server X-Cache: MISS from server Connection: close With version 1.3.19, there'd be only one Location header, the one that references the proxy server. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
