summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ssl.html.en
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2010-03-18 15:59:39 +0100
committerIgor Galić <igalic@apache.org>2010-03-18 15:59:39 +0100
commit2884c12869684237ea35d4c011c1bff2d1c93bb4 (patch)
tree0d869d8811b67acddbec9fc514ecfcebf11488c9 /docs/manual/mod/mod_ssl.html.en
parentLet the nominations for the name begin (diff)
downloadapache2-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.html.en')
-rw-r--r--docs/manual/mod/mod_ssl.html.en10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 1f64863ac1..b8706afad8 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -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>