From 7a4407f65ec465b7c748422d4acf3ddf84655963 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 7 Nov 2025 13:59:48 +0000 Subject: [PATCH] Merge r1929582 from trunk: docs: Update compatibility note for SSLVHostSNIPolicy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1929583 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.html.en | 2 +- docs/manual/mod/mod_ssl.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index d10a70afd4..c58116221a 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -2874,7 +2874,7 @@ known to the server (i.e. the CA's certificate is under Context:server config Status:Extension Module:mod_ssl -Compatibility:Available in httpd 2.5 and later +Compatibility:Available in httpd 2.4.66 and later

This directive sets the policy applied when checking whether the <VirtualHost> identified by the Host request header in an HTTP request diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index d4d1a4d274..58844a654f 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1822,7 +1822,7 @@ SSLStrictSNIVHostCheck on SSLVHostSNIPolicy strict|secure|authonly|insecure SSLVHostSNIPolicy secure server config -Available in httpd 2.5 and later +Available in httpd 2.4.66 and later

This directive sets the policy applied when checking whether the VirtualHost -- 2.47.3