Hi list, I'm trying to use Apache with mod_proxy to serve a weblogic server behind it. There is also a subversion repository (with its own apache) behind it as well as some other services. The problem arises with the weblogic server as the URL context is different: http://apache-front/subversion/ -> http://apache-svn/subversion/ (works fine) http://apache-front/weblogic/ -> http://weblogic:7001 (appears to work at first, but dor instance the management console on /weblogic/console/ gets directed to /console/ which doesn't work. Any idea how I can fix this? My (partial) config below: ProxyPreserveHost On ProxyPass /weblogic/ http://weblogic:7001/ ProxyHTMLURLMap http://weblogic:7001 /weblogic <Location /weblogic/ > SetOutputFilter proxy-html ProxyPassReverse / ProxyHTMLURLMap http://weblogic:7001 /weblogic RequestHeader unset Accept-Encoding </Location> Kind regards, Steven --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx