On Thu, 17 Jul 2003 [EMAIL PROTECTED] wrote: > > http://httpd.apache.org/docs-2.0/mod/mod_headers.html#order > tells me: > "They are valid in the main server config and virtual host sections, > inside > <Directory>, <Location> and <Files> sections, and within .htaccess files." > > Besides these containers, Apache 2.0 now supports the new <Proxy> container > (http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxy). > So what about using mod_headers to "edit" HTTP headers of content that is > just > being embedded via ProxyPass? At which position inside the evaluation > sequence > would <Proxy> appear in this case?
That section should probably be removed (or shortened) and a reference to http://httpd.apache.org/docs-2.0/sections.html#mergin included instead. Of course, the sections doc is also pretty short on references to <Proxy> containers. I don't know that code well enough to fix it. > When I tried to remove certain other headers as well, this didn't work at > first. This sounds like a bug that could be reported to the bug database, rather than a documentation issue. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
