Re: Antw: Re: [users@httpd] Rewriting headers

2005-05-24 Thread Alexander Mueller
Thanks again Brian, this was a great help. On a related issue, I need to do the reverse proxying in connection with SSL. Are there any pitfalls I should pay attention to or would you have any general comments? Alexander >>> [EMAIL PROTECTED] 23.05.2005 15:35:17 >>> I'd say you have it almost

Re: Antw: Re: [users@httpd] Rewriting headers

2005-05-23 Thread Brian Hughes '89
I'd say you have it almost 100% correct. The portion that's off is your step 2. In my reverse-proxy set-ups, I never use mod_proxy's directives. I always use mod_rewrite, since I'm almost always in a situation where I need to pass additional information from the front-side to the back-side of

Antw: Re: [users@httpd] Rewriting headers

2005-05-23 Thread Alexander Mueller
Good morning Brian, thanks for your reply. Did I understand your explanation correctly? 1. Request comes in 2. Request is not considered as proxy request and hence initially not handled by mod_proxy 3. Request is caught by mod_rewrite 4. mod_rewrite parses the headers, retrieves the val

Re: [users@httpd] Rewriting headers

2005-05-20 Thread Brian Hughes '89
On May 20, 2005, at 06:04 AM, Alexander Mueller wrote: I am looking for a way to rewrite HTTP headers of requests passing through in proxy mode (mod_proxy). This works in connection with mod_headers, however it only allows basic manipulation (adding, removing, changing). I would need a way to us

[users@httpd] Rewriting headers

2005-05-20 Thread Alexander Mueller
Hi, I am looking for a way to rewrite HTTP headers of requests passing through in proxy mode (mod_proxy). This works in connection with mod_headers, however it only allows basic manipulation (adding, removing, changing). I would need a way to use values of existing headers and incorporate them