]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed version numbers after revew by cristiophe hawkeye.
authorStefan Eissing <icing@apache.org>
Thu, 27 May 2021 14:10:27 +0000 (14:10 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 27 May 2021 14:10:27 +0000 (14:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1890248 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
include/ap_mmn.h

index b576c532fce3624e139a6d167165afbab01c22da..88ef3cc44e2f72a78626267d513b32eb51a1fa45 100644 (file)
@@ -5215,7 +5215,7 @@ recognized methods to modules.</p>
 <default>StrictHostCheck OFF</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
-<compatibility>Added in 2.5.1</compatibility>
+<compatibility>Added in 2.4.49</compatibility>
 
 <usage>
     <p>By default, the server will respond to requests for any hostname,
index dec371349f7012920902fb7cb0e89d2ab759d52d..a2bf24527a7fbb3506671b3e7c6f24e20a533535 100644 (file)
  *                           and ap_ssl_answer_challenge and hooks.
  * 20120211.104 (2.4.47-dev) Move ap_ssl_* into new http_ssl.h header file
  * 20120211.105 (2.4.47-dev) Add ap_ssl_ocsp* hooks and functions to http_ssl.h.
- * 20120211.106 (2.4.47-dev) Add ap_create_request().
- * 20120211.107 (2.4.47-dev) Add ap_parse_request_line() and
+ * 20120211.106 (2.4.49-dev) Add ap_create_request().
+ * 20120211.107 (2.4.49-dev) Add ap_parse_request_line() and
  *                           ap_check_request_header()
  */