diff options
author | Igor Galić <igalic@apache.org> | 2010-03-18 15:59:39 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-03-18 15:59:39 +0100 |
commit | 2884c12869684237ea35d4c011c1bff2d1c93bb4 (patch) | |
tree | 0d869d8811b67acddbec9fc514ecfcebf11488c9 /docs/manual/mod/mod_ssl.xml | |
parent | Let the nominations for the name begin (diff) | |
download | apache2-2884c12869684237ea35d4c011c1bff2d1c93bb4.tar.xz apache2-2884c12869684237ea35d4c011c1bff2d1c93bb4.zip |
Fixing SSLStrictSNIVHostCheck description, which made my head hurt.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.xml')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index d63e51a151..dfa3bb826e 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -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> |