You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andrew Schulman <an...@alumni.utexas.net> on 2011/12/07 15:15:07 UTC

[users@httpd] Re: mod_proxy_html

> Hello to all,
> 
> we use mod_proxy_html.
> 
> Now we have a problem with dealing xml-content. Some files in a location should not be parsed by mod_proxy_html, the shoult be delivered untouched to the client.
> Mod_proxy_html always adds following tags:
> 
> <html>
>    <body>
> <!-- Here is the xml-content -->
>    </body>
> </html>
> 
> Is it possible to disable mod_proxy_html for some files in a location?

By properly setting up your filter chains, you can tell mod_proxy_html to only
process HTML content.  http://httpd.apache.org/docs/2.2/mod/mod_filter.html


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org