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
<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"><VirtualHost></a></code>
identified by the <code>Host</code> request header in an HTTP request
<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>