]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1929582 from trunk: 2.4.x 2.4.x
authorJoe Orton <jorton@apache.org>
Fri, 7 Nov 2025 13:59:48 +0000 (13:59 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 7 Nov 2025 13:59:48 +0000 (13:59 +0000)
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
docs/manual/mod/mod_ssl.xml

index d10a70afd4f0153c0fc18633fe4bf9fd1b6b59cf..c58116221a39026b3581e322fbbaf5f094d0fd5e 100644 (file)
@@ -2874,7 +2874,7 @@ known to the server (i.e. the CA's certificate is under
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.5 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.4.66 and later</td></tr>
 </table><p>This directive sets the policy applied when checking whether the
 <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>
 identified by the <code>Host</code> request header in an HTTP request
index d4d1a4d274153d1fcc8c0f7ad60b39af99166ca5..58844a654f20fcd5b169d85636f5f18ca9fc8da8 100644 (file)
@@ -1822,7 +1822,7 @@ SSLStrictSNIVHostCheck on
 <syntax>SSLVHostSNIPolicy strict|secure|authonly|insecure</syntax>
 <default>SSLVHostSNIPolicy secure</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Available in httpd 2.5 and later</compatibility>
+<compatibility>Available in httpd 2.4.66 and later</compatibility>
 
 <usage><p>This directive sets the policy applied when checking whether the
 <directive module="core" type="section">VirtualHost</directive>