It is cookie based..
I am trying it on my localhost.. Is the following config valid? Please let
me know.
<Location /app3/>
ProxyPassReverse /
ProxyHTMLEnable On
ProxyHTMLURLMap / /app3/
ProxyPassReverseCookieDomain example.com localhost ?
ProxyPassReverseCookiePath / /app3/
RequestHeader unset Accept-Encoding
</Location>
Thanks,
Prasad
On Thu, Mar 11, 2010 at 1:53 AM, Eric Covener <[email protected]> wrote:
> On Wed, Mar 10, 2010 at 2:42 PM, vara prasad <[email protected]>
> wrote:
> > Hi All,
> > I have set up Apache reverse proxy to a legacy https server. The user can
> > login to the server via reverse proxy but whenever the user clicks on any
> > link on the page or navigates to another page, the server prompts for
> login
> > again. Any clue please?
>
> What kind of authentication? If it's cookie-based, are you rewriting
> the cookie domain?
>
>
> --
> Eric Covener
> [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]
>
>