https://issues.apache.org/bugzilla/show_bug.cgi?id=52207
--- Comment #12 from Vincent Yang <[email protected]> 2011-11-19 05:27:33 UTC --- Thanks all for your posts. After setting the ServerName and enable UseCanonicalName. ServerName webserver.corp.com:80 UseCanonicalName On the url will have this redirection: http://cust.corp.com --> http://websvr.corp.com:1701/dispatcher/dispatcher.do? this is not what we want, we don't want to present the actual websvr ip or domain name in the url as it should be hidden inside of load balance. I mean we want this kind of redirection: http://cust.corp.com --> http://cust.corp.com/dispatcher/dispatcher.do? and this is exactly what version before 2.2.12 does and works. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
