]> 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>
Wed, 26 Jun 2024 14:51:32 +0000 (14:51 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 26 Jun 2024 14:51:32 +0000 (14:51 +0000)
commit6b8e043ce4f27114e6ae1b8176b629b7cb3fbbce
treedb75057303a59fcc12573c4af25a11ac3b9d14b5
parenta9261d86aa05febbe40494f9fe8c7d98799d73c7
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()

mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and callers.

Merges r1918626, r1918647 from trunk
GH: closes #457

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