On Mar 23, 2011, at 7:49 AM, Jeff Trawick wrote: > On Wed, Mar 23, 2011 at 7:43 AM, Mark Montague <[email protected]> wrote: >> On March 23, 2011 7:37 , Graham Leggett <[email protected]> wrote: >>>> >>>> Do we want to introduce mod_fcgid now into httpd 2.3.x for the next beta? >>> >>> How do we reconcile mod_fcgid with mod_proxy_fcgid? >> >> Do they need to be reconciled? Each currently has strengths the other >> lacks. > > That's how they are reconciled ;) > > * mod_proxy_fcgi ONLY routes to separately managed application processes. > * mod_fcgid ONLY routes to application processes it manages. >
Yeppers. mod_proxy_fcgi simply adds the FCGI protocol to mod_proxy (and mod_proxy_balancer). mod_fcgid is an FastCGI application manager.
