On 31 March 2010 15:49, Jeff Trawick <[email protected]> wrote: > On Wed, Mar 31, 2010 at 7:05 AM, William A. Rowe Jr. > <[email protected]> wrote: > > On 3/31/2010 5:41 AM, Jeff Trawick wrote: > >> On Wed, Mar 31, 2010 at 6:26 AM, Darren Garvey <[email protected]> > wrote: > > >>> I can't remember now if mod_fcgid used to support external FastCGI > daemons > >>> or not, but mod_fastcgi did (via. FastCgiExternalServer IIRC). > >> > >> No; mod_fcgid only supports FastCGI app processes which it has spawned. > >> > >>> > >>> Does anyone know if there is any other way to communicate with > mod_fcgid on > >>> Windows besides anonymous pipes? > > > > Isn't httpd 2.3 alpha mod_proxy_scgi ment to do this? > > mod_proxy_fcgi at least ;) (I meant to add that earlier) > > mod_proxy_* is httpd's way to route/loadbalance/manage connections to > externally managed servers of various types >
Ahh, this might be what I'm looking for. Is http://mproxyfcgi.sourceforge.net/ the same thing? It looks like mod_proxy_fcgi is in trunk now but this link has a user guide. :) Does mod_proxy_fcgi set FCGI_WEB_SERVER_ADDRS as per the FastCGI spec? Cheers, Darren
