]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixing SSLStrictSNIVHostCheck description, which made my head hurt.
authorIgor Galić <igalic@apache.org>
Thu, 18 Mar 2010 14:59:39 +0000 (14:59 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 18 Mar 2010 14:59:39 +0000 (14:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924843 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.html.en
docs/manual/mod/mod_ssl.xml

index 1f64863ac1c03d8ba7cadbe95d93e6b81ccdc14b..b8706afad8db77ce573f6174cf6c679182565e25 100644 (file)
@@ -1740,11 +1740,11 @@ host.
 </table>
 <p>
 This directive sets whether a non SNI client is allowed to access a name based
-virtual host. If set to <code>on</code> in the non default name based virtual
-host, non SNI clients are not allowed to access this particular virtual host.
-If set to <code>on</code> in the default name based virtual host, non SNI
-clients are not allowed to access any name based virtual host belonging to
-this IP / port combination.
+virtual host. If set to <code>on</code> in the default name based virtual
+host, clients that are SNI unaware will not be allowed to access <em>any</em>
+virtual host, belonging to this particular IP / port combination.
+If set to <code>on</code> in any other virtual host, SNI unaware clients
+are not allowed to access this particular virtual host.
 </p>
 
 <div class="warning"><p>
index d63e51a15113d165c73da0a924414b2dd5725d4d..dfa3bb826e266990e00d93c2e4cd78e786ae64cb 100644 (file)
@@ -1315,11 +1315,11 @@ host.
 <usage>
 <p>
 This directive sets whether a non SNI client is allowed to access a name based
-virtual host. If set to <code>on</code> in the non default name based virtual
-host, non SNI clients are not allowed to access this particular virtual host.
-If set to <code>on</code> in the default name based virtual host, non SNI
-clients are not allowed to access any name based virtual host belonging to
-this IP / port combination.
+virtual host. If set to <code>on</code> in the default name based virtual
+host, clients that are SNI unaware will not be allowed to access <em>any</em>
+virtual host, belonging to this particular IP / port combination.
+If set to <code>on</code> in any other virtual host, SNI unaware clients
+are not allowed to access this particular virtual host.
 </p>
 
 <note type="warning"><p>