]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Set up r->path_info so that the PATH_INFO environment variable gets
authorGarrett Rooney <rooneg@apache.org>
Mon, 9 Jan 2006 02:52:48 +0000 (02:52 +0000)
committerGarrett Rooney <rooneg@apache.org>
Mon, 9 Jan 2006 02:52:48 +0000 (02:52 +0000)
commit12c486c895b67c1ef05c1e82fe2703f46b695858
tree9d55ca3783b7da670697957b5dbe4bb8ba388cf8
parent99d2e48c0b25b8bc9f777695c081eab8f310be30
Set up r->path_info so that the PATH_INFO environment variable gets
passed on to the back end FastCGI process.

* modules/proxy/mod_proxy_fcgi.c
  (proxy_fcgi_canon): Use the post-hostname portion of the URL as the
   path info for the request.

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