]> granicus.if.org Git - apache/commitdiff
- clean up SSLProtocol description; "flavo[u]r" is meaningless in this context,
authorJoe Orton <jorton@apache.org>
Fri, 7 Jul 2006 10:32:17 +0000 (10:32 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 7 Jul 2006 10:32:17 +0000 (10:32 +0000)
use "version" instead

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419861 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 3fcc2ad56846fa2703e92082c667c705e833a9b7..fa31b89e6f14afee5cf750dac067b5601d773fe1 100644 (file)
@@ -503,18 +503,16 @@ Within HTTP/1.1. At this time no web browsers support RFC 2817.</p>
 
 <directivesynopsis>
 <name>SSLProtocol</name>
-<description>Configure usable SSL protocol flavors</description>
+<description>Configure usable SSL protocol versions</description>
 <syntax>SSLProtocol [+|-]<em>protocol</em> ...</syntax>
 <default>SSLProtocol all</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
-<override>Options</override>
 
-<usage><!-- XXX Why does this have an override and not .htaccess context? -->
+<usage>
 <p>
-This directive can be used to control the SSL protocol flavors mod_ssl should
-use when establishing its server environment. Clients then can only connect
-with one of the provided protocols.</p>
+This directive can be used to control which versions of the SSL protocol 
+will be accepted in new connections.</p>
 <p>
 The available (case-insensitive) <em>protocol</em>s are:</p>
 <ul>
@@ -540,7 +538,7 @@ The available (case-insensitive) <em>protocol</em>s are:</p>
 <li><code>All</code>
     <p>
     This is a shortcut for ``<code>+SSLv2 +SSLv3 +TLSv1</code>'' and a
-    convinient way for enabling all protocols except one when used in
+    convenient way for enabling all protocols except one when used in
     combination with the minus sign on a protocol as the example above 
     shows.</p></li>
 </ul>