diff options
author | Joe Orton <jorton@apache.org> | 2024-02-09 10:13:50 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-02-09 10:13:50 +0100 |
commit | 620b424930102249991f07c465d6d93acf1acba8 (patch) | |
tree | 85f2f6727f61c1d674a7d8c7b23c9e2e3a475e7f | |
parent | mod_dav: Update redirect-carefully example BrowserMatch config to (diff) | |
download | apache2-620b424930102249991f07c465d6d93acf1acba8.tar.xz apache2-620b424930102249991f07c465d6d93acf1acba8.zip |
Update SSLProxyMachineCertificateFile compat note after r1915679.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915680 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index ac35560f20..82fb0d5a54 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1880,7 +1880,7 @@ SSLProxyMachineCertificatePath "/usr/local/apache2/conf/proxy.crt/" <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<br/> -Inclusion of non-leaf (CA) certificates is permitted only in httpd 2.5.1 and later.</compatibility> +Inclusion of non-leaf (CA) certificates is permitted only in httpd 2.4.59 and later.</compatibility> <usage> <p> |