[PLUG] multiple ssl domains on apache

Jim Donaghy jamesadonaghy at yahoo.com
Mon Apr 18 16:42:55 UTC 2005


I would think this would be a fairly common question,
but much Googling has turned up nothing: How does one
install multiple SSL certs for multiple domains
pointing to the same directory on the same server? 

I use mod_rewrite to point multiple domain names to
the same directory like so:
RewriteCond %{HTTP_HOST} www.example1.com [NC]
RewriteRule .* - [L]

RewriteCond %{HTTP_HOST} www.example2.com [NC]
RewriteRule .* - [L]

Right now I have an SSL certificate installed for
www.example1.com, and I want to install one on
www.example2.com but can't find documentation on how
to go about it.

Thanks in advance,
Jim



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the PLUG mailing list