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? Regards Christian |