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 <cove...@gmail.com> wrote:

> On Wed, Mar 10, 2010 at 2:42 PM, vara prasad <vprasad.pendy...@gmail.com>
> 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
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> 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: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to