From: Daniel Gruno
Note that if you have a wildcard SSL certificate, or a - certificate that has multple hostnames on it using subjectAltName + certificate that has multiple hostnames on it using subjectAltName fields, you can use SSL on name-based virtual hosts without further workarounds.
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index 474f8fd5996..0e47bf1f64a 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -83,7 +83,7 @@If you want Apache to further discriminate on the basis of the
HTTP Host
header supplied by the client, the
NameVirtualHost
directive must appear
- with the exact IP address (or wildcard) and port pair used in a correspnding
+ with the exact IP address (or wildcard) and port pair used in a corresponding
set of VirtualHost
directives.
The name-based virtual host selection occurs only after a single IP-based