Reverse proxying Lotus Notes application QuickPlace with the usage of mod_proxy_html. It works great fixes most absolute links. However when the login page is served I receive the below error. [Tue Jul 10 13:24:28 2007] [info] [client 143.193.127.18] No content-type; bailing out of proxy-html filter, referer: http://server.A.com/qp/quickplace/quickplace/main.nsf?OpenDatabase&Login Because it bails it still sets the internal server address which breaks the proxied connection. It seems Lotus Notes is bad about forcing this. Configuration is below: LoadFile "/opt/csw/lib/libxml2.so" LoadModule proxy_html_module "/local/apps/apache/apache2.0/modules/standard/mod_proxy_html.so" ProxyPass /qp/ http://internal.server..com/ ProxyHTMLURLMap http://internal.server.com /qp <Location /qp/> ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /qp/ ProxyHTMLURLMap /qp /qp RequestHeader unset Accept-Encoding ProxyHTMLLogVerbose On </Location> Any help is greatly appreciated --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx