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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to