Re: [users@httpd] apache as reverse-proxy : forwarding SSL environment variables

2005-06-14 Thread Brian Hughes '89
On Jun 14, 2005, at 08:53 AM, Joshua Slive wrote: On 6/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: We've successfully set up apache with mod_proxy + mod_rewrite in front of our (yet another) apache serving our webapps. We've an application that use some mod_ssl environment variables to

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

2005-05-23 Thread Brian Hughes &#x27;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

Re: [users@httpd] How to make apache to fix the url in the browser?

2005-05-20 Thread Brian Hughes &#x27;89
fully internal Intranet, then the frames way is definitely the quick and dirty way to go. Even though suggesting that actually give me shudders. :) -Brian On May 20, 2005, at 01:19 PM, Joshua Slive wrote: On 5/20/05, Brian Hughes '89 <[EMAIL PROTECTED]> wrote: What it sounds lik

Re: [users@httpd] How to make apache to fix the url in the browser?

2005-05-20 Thread Brian Hughes &#x27;89
On May 20, 2005, at 12:08 PM, Flávio Henrique wrote: I dont want to make any redirection ok? I just want this: on my internal webserver I have egroupware installed (www.egroupware.org) my clients, when access my egroupware site, see, in the address bar the url: http://www.myserver.com/egroupwar

Re: [users@httpd] Rewriting headers

2005-05-20 Thread Brian Hughes &#x27;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