You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/07/14 21:05:46 UTC

svn commit: r1752749 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Author: jailletc36
Date: Thu Jul 14 21:05:46 2016
New Revision: 1752749

URL: http://svn.apache.org/viewvc?rev=1752749&view=rev
Log:
Fix PR 59856.
Fix directive name. (ProxyRequest vs ProxyRequests)
Improve highlight.

(r1752747 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml?rev=1752749&r1=1752748&r2=1752749&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml Thu Jul 14 21:05:46 2016
@@ -2019,11 +2019,12 @@ type="section">VirtualHost</directive> s
 usage in a particular virtual host. By default the SSL/TLS Protocol Engine is
 disabled for proxy both for the main server and all configured virtual hosts.</p>
 
-<p>Note that the SSLProxyEngine directive should not, in
+<p>Note that the <directive>SSLProxyEngine</directive> directive should not, in
 general, be included in a virtual host that will be acting as a
-forward proxy (using &lt;Proxy&gt; or &lt;ProxyRequest&gt; directives.
-SSLProxyEngine is not required to enable a forward proxy server to
-proxy SSL/TLS requests.</p>
+forward proxy (using <directive module="mod_proxy" type="section">Proxy</directive>
+or <directive module="mod_proxy">ProxyRequests</directive> directives).
+<directive>SSLProxyEngine</directive> is not required to enable a forward proxy
+server to proxy SSL/TLS requests.</p>
 
 <example><title>Example</title>
 <highlight language="config">
@@ -2069,7 +2070,8 @@ proxy handshake</description>
 <context>.htaccess</context></contextlist>
 <override>AuthConfig</override>
 <usage>
-<p>Equivalent to <code>SSLCipherSuite</code>, but for the proxy connection.
+<p>Equivalent to <directive module="mod_ssl">SSLCipherSuite</directive>, but
+for the proxy connection.
 Please refer to <directive module="mod_ssl">SSLCipherSuite</directive>
 for additional information.</p>
 </usage>