From: Christophe Jaillet Date: Thu, 14 Jul 2016 21:05:46 +0000 (+0000) Subject: Fix PR 59856. X-Git-Tag: 2.4.24~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a691411cccf1ccc45d3a50ba12b7f36c1db391b7;p=thirdparty%2Fapache%2Fhttpd.git Fix PR 59856. 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 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 8c1305f9f17..6495ea0d444 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2019,11 +2019,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 @@ -2069,7 +2070,8 @@ proxy handshake .htaccess AuthConfig -

Equivalent to SSLCipherSuite, but for the proxy connection. +

Equivalent to SSLCipherSuite, but +for the proxy connection. Please refer to SSLCipherSuite for additional information.