It seems private server is giving 302 :

Livehttpheaders gives

http/1.x 302 object moved
Server : privateserver httpd version
Content-length:149
Content-type:text/html
Location : https://publicserver
X-powered-by:private server

The only difference between private server direct interrogation and public 
server (when authentification is done) is the 
Fact that GET has no cookie attribute when using public one ... Meanwhile, 
working directly on private server, each request has
Cookie : session-id ... So proxypass works, proxypassreverse works, 
proxypassreversecookie works ...
But browser don't send back a cookie to publicserver as that cookie seems 
'attached' to private server ...

I declared ProxyPassReverseCookieDomain and ProxyPassReverseCookiePath

ProxyPassReverseCookieDomain privateIP publicIP
ProxyPassReverseCookiePath / /

Regards,
Fabian

-----Message d'origine-----
De : Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 16 décembre 2005 14:56
À : users@httpd.apache.org
Objet : RE: [EMAIL PROTECTED] ProxyPassReverseCookieDomain

That's more or less what it usually should be.

You need to verify who issues the HTTP 302: the authentication module or the 
application?

A trace from LiveHTTPHeaders would really be useful, because we do not have 
much to work on here...

-ascs

-----Original Message-----
From: Frederick, Fabian [mailto:[EMAIL PROTECTED]
Sent: Friday, December 16, 2005 2:47 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] ProxyPassReverseCookieDomain

I tried with proxypass = proxypassreverse : / http://myprivateserver When 
authentification is done, there's a loop with always the same response by 
privateserver : http/1.x 302 object moved Still an error in proxypassreverse 
Axel ?

Regards,
Fabian

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


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