2005-02-14 01:23:23 -05:00
|
|
|
mod_fastcgi is a module for the Apache web server, that enables
|
|
|
|
FastCGI - a standards based protocol for communicating with
|
|
|
|
applications that generate dynamic content for web pages.
|
|
|
|
|
|
|
|
FastCGI provides a superset of CGI functionality, but a subset of the
|
|
|
|
functionality of programming for a particular web server API.
|
|
|
|
Nonetheless, the feature set is rich enough for programming virtually
|
|
|
|
any type of web application, but the result is generally more
|
|
|
|
scalable.
|
2008-03-03 14:32:53 -05:00
|
|
|
|
|
|
|
At this point, FastCGI does not work with apache1 and Php.
|