]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1892805 from trunk:
authorYann Ylavic <ylavic@apache.org>
Fri, 3 Sep 2021 17:00:07 +0000 (17:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 3 Sep 2021 17:00:07 +0000 (17:00 +0000)
commit6d9672bf096592fe16c1840f73fa947fd458ee68
treef9305a88995ffb216524689c2341667f6acb6924
parent496c863776c68bd08cdbeb7d8fa5935ba63b76c2
Merge r1892805 from trunk:

mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.

When the generic "proxy:reverse" worker is selected for an uwsgi scheme, the
worker name is irrelevant so uwscgi_handler() should point to the PATH_INFO
directly from the given URL.

Submitted by: ylavic
Reviewed by: ylavic, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892875 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/uwsgi_path_info.txt [new file with mode: 0644]
modules/proxy/mod_proxy_uwsgi.c