summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2024-07-08 14:35:35 +0200
committerYann Ylavic <ylavic@apache.org>2024-07-08 14:35:35 +0200
commit530106b2c1be37f581e269be30a0f2665209995e (patch)
tree8ebd685b3448a83f4291344851a6c2dd14e5d7f6 /changes-entries
parentfr doc rebuild. (diff)
downloadapache2-530106b2c1be37f581e269be30a0f2665209995e.tar.xz
apache2-530106b2c1be37f581e269be30a0f2665209995e.zip
mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs. PR 69160
The hostname part of the URL is not mandated for UDS though the canon_handler hooks will require it, so add "localhost" if it's missing (won't be used anyway for an AF_UNIX socket). This can trigger with SetHandler "unix:" URLs which are now also fixed up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/pr69160.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/pr69160.txt b/changes-entries/pr69160.txt
new file mode 100644
index 0000000000..6bf9942235
--- /dev/null
+++ b/changes-entries/pr69160.txt
@@ -0,0 +1,2 @@
+ *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs.
+ PR 69160 [Yann Ylavic]