From: Daniel Gruno Date: Thu, 26 Jul 2012 10:17:17 +0000 (+0000) Subject: some final typo fixes X-Git-Tag: 2.2.23~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9528e4542507e8c2212b9c191dbf57c4ecf7666;p=thirdparty%2Fapache%2Fhttpd.git some final typo fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365935 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index 8062737d885..7d14ca2123c 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -794,7 +794,7 @@ Virtual Hosting to identify different SSL virtual hosts? specification added, called Server Name Indication (SNI).

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