]> granicus.if.org Git - apache/commit
Merge the fcgi-proxy-dev branch to trunk, adding a FastCGI back end for
authorGarrett Rooney <rooneg@apache.org>
Sat, 22 Apr 2006 03:44:05 +0000 (03:44 +0000)
committerGarrett Rooney <rooneg@apache.org>
Sat, 22 Apr 2006 03:44:05 +0000 (03:44 +0000)
commitca55328af75f32fcfe65ae2079ba20d920355455
treec5fb66bb47dc33114dea4dc2820f5757d16b856a
parent32a128cb2d9155b7425568eb535a759e278d0059
Merge the fcgi-proxy-dev branch to trunk, adding a FastCGI back end for
mod_proxy.  This log message is just a summary of the changes, for the
full original log messages see r357431:393955 in branches/fcgi-proxy-dev.

* modules/proxy/mod_proxy_fcgi.c: New file, holds the impementation of
  our new fcgi backend for mod_proxy.

* modules/proxy/fcgi_protocol.h: New file, holds constants and structures
  for the fcgi protocol.

* modules/proxy/mod_proxy_balancer.c
  (proxy_balancer_canon): Set up r->path_info, so the PATH_INFO env
   variable is correctly passed on to balancer workers.

* modules/proxy/config.m4: Build the new mod_proxy_fcgi module.

* support: Add fcgistarter to svn:ignore.

* support/Makefile.in: Build the new fcgistarter program.

* support/fcgistarter.c: New program, a helper for starting fcgi worker
  processes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@396063 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/config.m4
modules/proxy/fcgi_protocol.h [new file with mode: 0644]
modules/proxy/mod_proxy_balancer.c
modules/proxy/mod_proxy_fcgi.c [new file with mode: 0644]
support/Makefile.in
support/fcgistarter.c [new file with mode: 0644]