RE: [users@httpd] HTTPS Rewrite Question?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:dev@xxxxxxxxxxx] 
Sent: Tuesday, July 26, 2005 9:47 PM
To: users@xxxxxxxxxxxxxxxx
Subject: [users@httpd] 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux