]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Be a little more forceful regarding where to put SSLEngine On.
authorRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 16:20:11 +0000 (16:20 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 16:20:11 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031058 13f79535-47bb-0310-9956-ffa450edef68

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

index c3b1778db6fe0260acdc37adf6d2d9f5584ad1ce..7e9992e3ea25ee5c8dc0e98592f817a99d6a788d 100644 (file)
@@ -622,8 +622,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
+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 4a6688ea3b8e3d93f804aff9aec9f3bdecc0c162..2862637ee31029a719fbca4310090436cd6e0add 100644 (file)
@@ -484,9 +484,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"
+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 />