We'd like to bring nice webpages from remote host into our namespace. But connection between remote host and our namespace should use SSL protocol. How can it be done?

     We know that a dynamic mirror is done by the use of the mod_rewrite module and Proxy Throughput feature (flag [P]) as follows:

RewriteEngine on
RewriteRule ^nice_pages/(.*)$ <http://www.nicepages.com/$1> [P,L]
 
But when we convert <http://www.nicepages.com/$1> to <https://www.nicepages.com/$1> it doesn't work.
 
Remote host and our namespace server use OpenSSL-0.9.5a, Apache 1.3.12 and Apache1.3.12+ssl1.41 patch. 

In mod_ssl F_A_Q.htm we saw that "mod_ssl adds support for HTTPS to the Apache Proxy Module (mod_proxy)".
Does it mean, we can do this using mod_ssl?

 

Elizabeth & Chris

 

Reply via email to