You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2010/03/18 15:59:40 UTC

svn commit: r924843 - in /httpd/httpd/trunk/docs/manual/mod: mod_ssl.html.en mod_ssl.xml

Author: igalic
Date: Thu Mar 18 14:59:39 2010
New Revision: 924843

URL: http://svn.apache.org/viewvc?rev=924843&view=rev
Log:
Fixing SSLStrictSNIVHostCheck description, which made my head hurt.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en?rev=924843&r1=924842&r2=924843&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en Thu Mar 18 14:59:39 2010
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=924843&r1=924842&r2=924843&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Thu Mar 18 14:59:39 2010
@@ -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>