]> granicus.if.org Git - apache/commitdiff
Fix PR 59856.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Jul 2016 21:05:46 +0000 (21:05 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 14 Jul 2016 21:05:46 +0000 (21:05 +0000)
Fix directive name. (ProxyRequest vs ProxyRequests)
Improve highlight.

(r1752747 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1752749 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 8c1305f9f1727b0482ae3b8d569a2f4580ad7578..6495ea0d444af812b70175ccdb614e03100c3ed6 100644 (file)
@@ -2019,11 +2019,12 @@ type="section">VirtualHost</directive> section to enable SSL/TLS for proxy
 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>