Hi, >> My company is wanting to keep this configuration for port 80 and add an >> SSL certificate for just the www.example.com and example.com hostnames. Is >> it possible to have Virtualhosts for just the 443 port and still allow >> *.example.com to react the same way it does now? > > Yes, it is. However, you'll generally need separate IP addresses for > www.example.com and example.com. Then just define the virtual hosts > > <VirtualHost 12.34.56.78:443> > </VirtualHost> > <VirtualHost 12.34.56.79:443> > </VirtualHost> Not neccesarily, You can use virtualdocumentroot instead of virtualhosts. Almost all config in virtualhosts directives can also be done in htaccess, which you can even put one level higher. HTH Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528 http://www.google.com/support/forum/p/AdSense/thread?tid=1884bc9310d9f923&hl=en --------------------------------------------------------------------- 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