From: Eric Covener
Date: Thu, 4 Jul 2013 22:04:28 +0000 (+0000)
Subject: add compatibility info for SSLProxyCheckPeerName
X-Git-Tag: 2.4.5~38
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24887ca7d7798e06722b79f2c75f4128c5a9acf8;p=apache
add compatibility info for SSLProxyCheckPeerName
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1499880 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 8c03a97994..75c34497c2 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1770,7 +1770,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.
@@ -1791,6 +1791,7 @@ SSLProxyCheckPeerCN on
SSLProxyCheckPeerName on
server config
virtual host
+Apache HTTP Server 2.4.5 and later