RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-08-05 Thread Peter . Link
Peter Link "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote on 07/19/2005 04:36:07 PM: > At 12:58 PM 7/19/2005, [EMAIL PROTECTED] wrote: > > >This patch was developed by Brett Beaumont, and can be found here: > >http://www.issociate. > de/board/post/102303/mod_proxy_and_authentication_cookies

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-21 Thread Peter . Link
"William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote on 07/19/2005 04:36:07 PM: > At 12:58 PM 7/19/2005, [EMAIL PROTECTED] wrote: > > >This patch was developed by Brett Beaumont, and can be found here: > >http://www.issociate. > de/board/post/102303/mod_proxy_and_authentication_cookies.html > > >

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-19 Thread Axel-Stéphane SMORGRAV
[EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication Hello: I've been following this thread with great interest. A couple of months ago I was experiencing the same - I believe - problem. It involved the pubcookie (www.pubcookie.org) WebISO singl

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-19 Thread William A. Rowe, Jr.
At 12:58 PM 7/19/2005, [EMAIL PROTECTED] wrote: >This patch was developed by Brett Beaumont, and can be found here: >http://www.issociate.de/board/post/102303/mod_proxy_and_authentication_cookies.html > >This patch would seemingly need to be incorporated by the Apache development >team, and that

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-19 Thread Peter . Link
L PROTECTED] Sent: Monday, July 18, 2005 4:25 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication Plain text please... The cookie is probably in the response so gets to the browser, but then does not get back

Re: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Krist van Besien
On 7/18/05, Ranjan, Rajiv <[EMAIL PROTECTED]> wrote: > Hi Boyle, > > I added CO flag to my rewrite rule and checked in the browser to see > if the cookies were created. They were not. > > I am sending you the conf snippet I am using. Can you please tell where am I > going wrong in it? >

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Boyle Owen
> -Original Message- > From: Axel-Stéphane SMORGRAV > [mailto:[EMAIL PROTECTED] > Sent: Montag, 18. Juli 2005 16:33 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache > where backend > server users cookie authentication >

Re: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Nick Kew
On Mon, 18 Jul 2005, Ranjan, Rajiv wrote: > I suspect that it has something to do with the cookies not being reverse > proxied or something. You may need the ProxyPassReverseCookieDomain and/or ProxyPassReverseCookiePath directives. If your version of mod_proxy doesn't support them, upgrade or p

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Axel-Stéphane SMORGRAV
Watch. -ascs -Original Message- From: Ranjan, Rajiv [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 1:50 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication Hi Boyle, I added CO flag

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Ranjan, Rajiv
KIE}:.dev01.tesco.org] _Rajiv -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 4:25 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication Plain text please...

RE: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Boyle Owen
[mailto:[EMAIL PROTECTED] Sent: Montag, 18. Juli 2005 11:54 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication Hi Guys, I am trying to use apache as my reverse proxy for my backend server which uses Cookie based auth

[EMAIL PROTECTED] Reverse proxing through apache where backend server users cookie authentication

2005-07-18 Thread Ranjan, Rajiv
Hi Guys,   I am trying to use apache as my reverse proxy for my backend server which uses Cookie based authentication.   I am using mod_rewrite for the proxing part and am able to come till the login page. But am unable to login to the system. I suspect that it has something to do