Dan Schaefer wrote:

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>

--
Toomas Aas

... Someday we'll look back on all this and plow into a parked car.

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to