From 1e30d3f52afe1ee3cbd5c78aa21b8684ce389794 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 23 Apr 2017 03:29:41 +0000
Subject: [PATCH] Fix some compatibility notes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792336 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index c4797eebeb0..374374f5da8 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1209,7 +1209,7 @@ SSLCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl"
SSLCARevocationCheck none
server config
virtual host
-Optional flags available in httpd 2.5-dev or
+Optional flags available in httpd 2.4.21 or
later
@@ -2431,7 +2431,7 @@ Responder), this option should be turned off.
SSLOCSPNoverify Off
server config
virtual host
-Available in httpd 2.5 and later, if using OpenSSL 0.9.7 or later
+Available in httpd 2.4.26 and later, if using OpenSSL 0.9.7 or later
Skip the OCSP responder certificates verification, mostly useful when
testing an OCSP server.
@@ -2445,7 +2445,7 @@ testing an OCSP server.
SSLOCSPResponderCertificateFile file
server config
virtual host
-Available in httpd 2.5 and later, if using OpenSSL 0.9.7 or later
+Available in httpd 2.4.26 and later, if using OpenSSL 0.9.7 or later
This supplies a list of trusted OCSP responder certificates to be used
during OCSP responder certificate validation. The supplied certificates are
--
2.47.3