|
Essentials
Download!
Documentation
Get Involved
Subprojects
Miscellaneous
|
|
Introduction
|
mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
which starts a sufficient number instances of the CGI program to handle
concurrent requests, and these programs remain running to handle further
incoming requests. It is favored by the PHP developers, for example, as
a preferred alternative to running mod_php in-process, delivering very
similar performance.
|
|
Get It!
|
mod_fcgid 2.3.4 is now released for general availability!
You can get the source or win32 binary module from
your local mirror
Development of mod_fcgid can be followed through the
Subversion
repositories. For public access you can use :
% svn checkout http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk mod_fcgid
|
|
Mailing Lists
|
Discussions of mod_fcgid take place on the main HTTPD development
mailing list.
|
|
History
|
mod_fcgid was created by Ryan Pan (Pan Qingfeng, pqf or
潘庆峰) in 2004 as a new FastCGI implementation,
and was granted to the ASF as an Apache HTTP Server subproject in 2009,
shepherded by Chris Darroch (chrisd).
|
|