On 7/23/07, Jeff Murch <[EMAIL PROTECTED]> wrote:
Thanks Joshua. That convinced me to go back and keep trying with the
ProxyPassReverse directive since I wasn't happy with the header unset.  It
works fine after I messed with the syntax a bit.

Do you know if you can do conditional header directives such as:

If header = foo.bar.com
Unset header

Yes, you can do something like
SetEnvIf header ^foo\.bar\.com$ delete-me
Header unset header env=delete-me

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to