I do not think this problem warrants the use of rewrite.

Listen www.mysecureserver.com:443
Listen www.mydomian.com:443

<VirtualHost www.mysecureserver.com:443>
   ServerName www.mysecureserver.com:443

   SSLEngine On
   SSLProxyEngine On

   SSLCertificatePath /path/to/mysecureserver
...
</VirtualHost>

 
<VirtualHost www.mydomian.com:443>

   ServerName www.mydomian.com:443

   SSLEngine On
   SSLProxyEngine On

   SSLCertificatePath /path/to/mydomian

   ProxyPass / https://www.mysecureserver.com/mydomian.com
   ProxyPassReverse / https://www.mysecureserver.com/mydomian.com
</VirtualHost>

It does not defeat the purpose of using SSL.

-ascs
________________________________

From: DEV [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 9:47 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] HTTPS Rewrite Question?


<![endif]--><![endif]-->  

I do not believe this is actually possible but if it is great.

 

What I would like to do is setup a rewrite rule or something that would 
https://www.mysecureserver.com/mydomian.com to look like 
https://www.mydomain.com .

Would doing this defeat the purpose of having the secure cert or can I do that 
and if so how?

 

Thank you

 

UMPA Dev


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