summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2022-10-11 15:15:24 +0200
committerJim Jagielski <jim@apache.org>2022-10-11 15:15:24 +0200
commit093aa70e775cffa4285cdcd577352555e99ca470 (patch)
tree6dcedd165a6e0bfb70228018e60c4d691aa789f3 /CHANGES
parentmod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch when (diff)
downloadapache2-093aa70e775cffa4285cdcd577352555e99ca470.tar.xz
apache2-093aa70e775cffa4285cdcd577352555e99ca470.zip
*) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.
[Alessandro Cavaliere <alessandro.cavalier7 unibo.it>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3778af2304..e456296252 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.
+ [Alessandro Cavaliere <alessandro.cavalier7 unibo.it>]
+
*) mod_proxy_hcheck: hcmethod now allows for HTTP/1.1 requests
using GET11, HEAD11 and/or OPTIONS11. [Jim Jagielski]