> I've configured a reverse SSL proxy using Apache 2.0. > > However, the application server serving the pages includes a > <!DOCTYPE ...> line that gets stripped out by the proxy. > > One thing I read was > http://www.apachetutor.org/admin/reverseproxies > and it makes mention of <!DOCTYPE ... > problems under "changing the > FPI". The solution is to, "set the doctype explicitly." > > Does anyone have any hints or workarounds? > === Al I figured it out and thought I'd post the solution. I'm using mod_proxy_html. There are directives that are included with that module which are detailed here: http://apache.webthing.com/mod_proxy_html/config.html The ProxyHTMLDoctype directive is relevant to what I was trying to do. === Al --------------------------------------------------------------------- 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