]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Sep 2021 09:53:43 +0000 (09:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Sep 2021 09:53:43 +0000 (09:53 +0000)
commitb364cad72b48dd40fbc2850e525b845406520f0b
treed65b6f4d5d140157267f517486e5c0033064690e
parent62e6e7081e10fc3d9bd1485206a8f5deb5d2da50
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.

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