From 0e42830bd6edd155c3a3b0752485f20f46d457cf Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Thu, 4 Jul 2013 22:04:57 +0000
Subject: [PATCH] xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1499881 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.html.en | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index daf66758da..d2acd05121 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1435,7 +1435,7 @@ compared against the hostname of the request URL. If both are not equal
a 502 status code (Bad Gateway) is sent.
-SSLProxyCheckPeerCN has been superseded by
+In 2.4.5 and later, SSLProxyCheckPeerCN has been superseded by
SSLProxyCheckPeerName
, and its
setting is only taken into account when
SSLProxyCheckPeerName off
is specified at the same time.
@@ -1478,6 +1478,7 @@ SSLProxyCheckPeerExpire on
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_ssl |
+Compatibility: | Apache HTTP Server 2.4.5 and later |
This directive configures host name checking for server certificates
--
2.50.1