SSLProxyEngine On
SSLProxyCACertificatePath /usr/local/apache2/conf/ssl
ProxyPass /abc/ https://backend:8443/abc/
#ProxyPassReverse /abc/ https://abc:8443/abc/

The redirects works. But proxying not.

If I commented out the last line (ProxyPassReverse), firefox gives:

'Firefox has detected that the server is redirecting the request for this 
address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies'

any idea is really appreciated.
thx




--- On Tue, 15/4/08, Krist van Besien <[EMAIL PROTECTED]> wrote:

> From: Krist van Besien <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] url proxying
> To: users@httpd.apache.org, [EMAIL PROTECTED]
> Date: Tuesday, 15 April, 2008, 11:19 AM
> On Mon, Apr 14, 2008 at 10:48 PM, Melanie Pfefer
> <[EMAIL PROTECTED]> wrote:
> > hi
> >
> >  Whenever I use ProxyPassReverse, the page could not
> be displayed.
> >  ProxyPassReverse /psc-web/
> https://remoteserver:8443/abc/
> 
> You need both. ProxyPass and ProxyPassReverse. What might
> be happening
> in your case (test this using something like
> LiveHTTPHeaders) is that
> your webapp sends a redirect to itself as the response to
> the first
> request. This you can change using ProxyPassReverse.
> 
> Krist
> 
> 
> 
> -- 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> Bremgarten b. Bern, Switzerland
> --
> A: It reverses the normal flow of conversation.
> Q: What's wrong with top-posting?
> A: Top-posting.
> Q: What's the biggest scourge on plain text email
> discussions?
> 
> ---------------------------------------------------------------------
> 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]


      ___________________________________________________________ 
Yahoo! For Good helps you make a difference  

http://uk.promotions.yahoo.com/forgood/

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