You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Melanie Pfefer <me...@yahoo.co.uk> on 2008/04/22 10:39:49 UTC

[users@httpd] url proxying (ssl->ssl)

hi again,

I configured ssl on apache (front-end) to access my backend server (tomcat) using https (https://proxy-->https://backend)

The following rewrite rule was working when I used url proxying on non-ssl apache (http://proxy -> https://backend)

SSLProxyEngine On
SSLProxyCACertificatePath /usr/local/apache2/conf/ssl
RewriteRule ^/(abc.*) https://backend:8443/$1 [P,L]

The same is not working now if I added these lines to httpd-ssl.conf.

Any idea?
thanks.


      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] url proxying (ssl->ssl)

Posted by Melanie Pfefer <me...@yahoo.co.uk>.
it is ok now...
I missed RewriteEngine On

:)
thanks.


--- On Tue, 22/4/08, Melanie Pfefer <me...@yahoo.co.uk> wrote:

> From: Melanie Pfefer <me...@yahoo.co.uk>
> Subject: [users@httpd] url proxying (ssl->ssl)
> To: users@httpd.apache.org
> Date: Tuesday, 22 April, 2008, 11:39 AM
> hi again,
> 
> I configured ssl on apache (front-end) to access my backend
> server (tomcat) using https
> (https://proxy-->https://backend)
> 
> The following rewrite rule was working when I used url
> proxying on non-ssl apache (http://proxy ->
> https://backend)
> 
> SSLProxyEngine On
> SSLProxyCACertificatePath /usr/local/apache2/conf/ssl
> RewriteRule ^/(abc.*) https://backend:8443/$1 [P,L]
> 
> The same is not working now if I added these lines to
> httpd-ssl.conf.
> 
> Any idea?
> thanks.
> 
> 
>      
> __________________________________________________________
> Sent from Yahoo! Mail.
> A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
> 
> ---------------------------------------------------------------------
> 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-unsubscribe@httpd.apache.org
>    "   from the digest:
> users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org


      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org