From: Christophe Jaillet
Date: Thu, 14 Jul 2016 21:01:28 +0000 (+0000)
Subject: Fix PR 59856.
X-Git-Tag: 2.5.0-alpha~1407
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c146222b66eb58a3e0dda7b0aaf33abdb72398a;p=thirdparty%2Fapache%2Fhttpd.git
Fix PR 59856.
Fix directive name. (ProxyRequest vs ProxyRequests)
Improve highlight.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1752747 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 98d040ad51a..437ef0b5c74 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -2025,11 +2025,12 @@ type="section">VirtualHost 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.
-Note that the SSLProxyEngine directive should not, in
+
Note that the SSLProxyEngine directive should not, in
general, be included in a virtual host that will be acting as a
-forward proxy (using <Proxy> or <ProxyRequest> directives.
-SSLProxyEngine is not required to enable a forward proxy server to
-proxy SSL/TLS requests.
+forward proxy (using Proxy
+or ProxyRequests directives).
+SSLProxyEngine is not required to enable a forward proxy
+server to proxy SSL/TLS requests.
Example
@@ -2074,7 +2075,8 @@ proxy handshake
Not applicable
-Equivalent to SSLCipherSuite, but for the proxy connection.
+
Equivalent to SSLCipherSuite, but
+for the proxy connection.
Please refer to SSLCipherSuite
for additional information.