]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.
authorYann Ylavic <ylavic@apache.org>
Tue, 25 Jun 2024 23:49:09 +0000 (23:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 25 Jun 2024 23:49:09 +0000 (23:49 +0000)
commit6937b985ae112de0ad60f12a3cb522b608a4d501
treeeef8bc3ca8e607d7608219933d19d0fe2296df9e
parentf823c19fe4e16ac811b7a3a645ed18f7d8942330
mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.

* modules/proxy/proxy_util.c:
  Export ap_proxy_fixup_uds_filename() from fix_uds_filename.
  Call it from ap_proxy_pre_request() even for rewritten balancer workers.

* modules/proxy/mod_proxy.h:
  Declare ap_proxy_fixup_uds_filename()

* modules/proxy/mod_proxy.c:
  Fixup UDS filename from r->handler in proxy_handler().

* include/ap_mmn.h:
  Bump MMN minor for ap_proxy_fixup_uds_filename()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918626 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c