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
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
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