Re: mod_rewrite/mod_header/mod_proxy problem
Kwindla Hultman Kramer <[email protected]> Mon, 10 Mar 2003 12:22:56 -0500
| Newsgroups | gmane.comp.apache.mod-proxy,gmane.comp.apache.user |
|---|---|
| Message-ID | <[email protected]> |
Josh Konkol writes: > Is there any issue with setting a http header with mod_header and then > proxying that request ?? Assuming you're using Apache 1.3, there is an issue: mod_header and mod_proxy don't play well together. I maintain a set of patches that provide some header-manipulation directives for 1.3.x mod_proxy: http://allafrica.com/tools/apache/mod_proxy/ By the way, your cookie-deconstructing rewrite rules are pretty slick! Yours, Kwin