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 2019/01/18 20:50:40 UTC

svn commit: r1851643 - /httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Author: jailletc36
Date: Fri Jan 18 20:50:40 2019
New Revision: 1851643

URL: http://svn.apache.org/viewvc?rev=1851643&view=rev
Log:
Add compatibility note missing in r1740967

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=1851643&r1=1851642&r2=1851643&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Fri Jan 18 20:50:40 2019
@@ -1789,6 +1789,7 @@ version of OpenSSL.
 <highlight language="config">
 SSLStrictSNIVHostCheck on
 </highlight>
+
 </example>
 </usage>
 </directivesynopsis>
@@ -1799,6 +1800,7 @@ SSLStrictSNIVHostCheck on
 <syntax>SSLProxyMachineCertificatePath <em>directory</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -1828,6 +1830,7 @@ SSLProxyMachineCertificatePath "/usr/loc
 <syntax>SSLProxyMachineCertificateFile <em>filename</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -1856,6 +1859,7 @@ SSLProxyMachineCertificateFile "/usr/loc
 <syntax>SSLProxyMachineCertificateChainFile <em>filename</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -1889,6 +1893,7 @@ SSLProxyMachineCertificateChainFile "/us
 <default>SSLProxyVerify none</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 
@@ -1929,6 +1934,7 @@ Certificate verification</description>
 <default>SSLProxyVerifyDepth 1</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -1958,6 +1964,7 @@ SSLProxyVerifyDepth 10
 <default>SSLProxyCheckPeerExpire on</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -1981,6 +1988,7 @@ SSLProxyCheckPeerExpire on
 <default>SSLProxyCheckPeerCN on</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2025,7 +2033,8 @@ SSLProxyCheckPeerName off
 <default>SSLProxyCheckPeerName on</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<compatibility>Apache HTTP Server 2.4.5 and later</compatibility>
+<compatibility>Apache HTTP Server 2.4.5 and later<br />
+The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2064,6 +2073,7 @@ improvements.
 <default>SSLProxyEngine off</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2098,6 +2108,7 @@ server to proxy SSL/TLS requests.</p>
 <default>SSLProxyProtocol all -SSLv3</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <!-- XXX Why does this have an override and not .htaccess context? -->
@@ -2119,6 +2130,7 @@ proxy handshake</description>
 <default>SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>Equivalent to <directive module="mod_ssl">SSLCipherSuite</directive>, but
@@ -2135,6 +2147,7 @@ Remote Server Auth</description>
 <syntax>SSLProxyCACertificatePath <em>directory-path</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2162,6 +2175,7 @@ for Remote Server Auth</description>
 <syntax>SSLProxyCACertificateFile <var>file-path</var></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2186,6 +2200,7 @@ Remote Server Auth</description>
 <syntax>SSLProxyCARevocationPath <em>directory-path</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2213,6 +2228,7 @@ Remote Server Auth</description>
 <syntax>SSLProxyCARevocationFile <var>file-path</var></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>
@@ -2238,6 +2254,7 @@ SSLProxyCARevocationFile "/usr/local/apa
 <default>SSLProxyCARevocationCheck none</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
+<compatibility>The proxy section context is allowed in httpd 2.4.30 and later</compatibility>
 
 <usage>
 <p>