There is no built-in way to handle this. You would need to list every
domain name as a server alias for HTTPD to select the correct certificate.
You could look at mod_macro so you don't need to rewrite the same
configuration multiple times or a configuration management tool like
Puppet/Chef/etc tha
I am trying to configure a server that has the singular purpose of
redirecting https://anyhost.com to https://www.anyhost.com. Without SSL,
this is trivial: create a single configuration that uses Rewrite to redirect
to www.{%HOST}.
Bringing SSL into it complicates things however. We'll be doin