specification added, called Server Name Indication (SNI).</p>
<p>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.</p>
<p>If you want Apache to <em>further</em> discriminate on the basis of the
HTTP <code>Host</code> header supplied by the client, the
<code>NameVirtualHost</code> directive <em>must</em> 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 <code>VirtualHost</code> directives.</p>
<p>The name-based virtual host selection occurs only after a single IP-based