]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Bring the debugging output up to date with the kind of things that are
authorGarrett Rooney <rooneg@apache.org>
Sun, 5 Mar 2006 00:57:24 +0000 (00:57 +0000)
committerGarrett Rooney <rooneg@apache.org>
Sun, 5 Mar 2006 00:57:24 +0000 (00:57 +0000)
commitec72c5778d9f7dc2dc47eea9e0470d3d5a61d524
tree5d0d2554623af8fda1333b56b2f94ce57d36a6d8
parente9c81b9cefd96b9773ad4d423cdd61bd64c05805
Bring the debugging output up to date with the kind of things that are
actually being debugged at the moment.  Also note a problem with the way
we handle the path info setup.

* modules/proxy/mod_proxy_fcgi.c
  (proxy_fcgi_canon): Log the filename and path info when we set them,
   add a note that the path info stuff isn't being set if we're run in
   a balancer setup, which needs to be fixed somehow.
  (send_environment): Add an (ifdefed) call to log the environment vars
   we send to the backend server.
  (dump_header_to_log): Default to ifdefing this out, we're a bit beyond
   bugs in the raw FCGI protocol at this point and it fills up the logs.

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