]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_fcgi: Use r->uri rather than r->filename for directory walk.
authorYann Ylavic <ylavic@apache.org>
Sat, 27 Jul 2024 13:54:08 +0000 (13:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 27 Jul 2024 13:54:08 +0000 (13:54 +0000)
commit25ef591ed61cb281e0c88d6c4af1160f871c7387
treec7b674aee6ca9688eca8c3e9eee478c02af72e90
parente7b47ef616ba03148bc698825ee7ec86c8f60577
mod_proxy_fcgi: Use r->uri rather than r->filename for directory walk.

r->filename is a "proxy:" one for mod_proxy modules, and ap_directory_walk()
can't cope with that, so force r->uri.

Github: closes #468

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919547 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c