DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=11971>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=11971 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-05 18:39 ------- Created an attachment (id=18027) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18027&action=view) patch to fix Via: behavior when ServerName not set ot set or UseCanonicalName Off This also fix the :port appending behavior. proxy_http.c was calling ap_get_server_name (resp. ap_get_server_port) to fill Via: HTTP header, with server name (resp. server port), but these functions were confident into request_rec informations and were even returning data from the request : hostname from Host: (resp. Port from uri parsed). The submitted patch might fix this bug. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
