]> granicus.if.org Git - apache/commitdiff
Be more forceful in talking about where SSLEngine On should go.
authorRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 16:22:24 +0000 (16:22 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 16:22:24 +0000 (16:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031061 13f79535-47bb-0310-9956-ffa450edef68

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

index be2672306ddb1c29e06fd8fd69c92fa9e0d22394..42623cc61804da9c3994a9891b57dee607fbea92 100644 (file)
@@ -719,8 +719,8 @@ SSLCryptoDevice ubsec
 </table>
 <p>
 This directive toggles the usage of the SSL/TLS Protocol Engine. This
-is usually used inside a <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> section to enable SSL/TLS for a
-particular virtual host. By default the SSL/TLS Protocol Engine is
+is should be used inside a <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> section to enable SSL/TLS for a
+that virtual host. By default the SSL/TLS Protocol Engine is
 disabled for both the main server and all configured virtual hosts.</p>
 <div class="example"><h3>Example</h3><p><code>
 &lt;VirtualHost _default_:443&gt;<br />
index 312358955ed420193acab6f7d2b24abde02dbbb6..33a7f1e20867538279f8cb3bdec36056e67f98a8 100644 (file)
@@ -503,9 +503,9 @@ SSLSessionCacheTimeout 600
 <usage>
 <p>
 This directive toggles the usage of the SSL/TLS Protocol Engine. This
-is usually used inside a <directive module="core"
+is should be used inside a <directive module="core"
 type="section">VirtualHost</directive> section to enable SSL/TLS for a
-particular virtual host. By default the SSL/TLS Protocol Engine is
+that virtual host. By default the SSL/TLS Protocol Engine is
 disabled for both the main server and all configured virtual hosts.</p>
 <example><title>Example</title>
 &lt;VirtualHost _default_:443&gt;<br />