Don't count an application exit towards the number of
[mod_fastcgi.git] / README
blob480f2e69b8f14179401e32fb28262c0bdfba05f5
1 README for mod_fastcgi
2 ~~~~~~~~~~~~~~~~~~~~~~
3 mod_fastcgi is a module for the Apache web server, that enables
4 FastCGI - a standards based protocol for communicating with
5 applications that generate dynamic content for web pages.
7 FastCGI provides a superset of CGI functionality, but a subset of the
8 functionality of programming for a particular web server API.
9 Nonetheless, the feature set is rich enough for programming virtually
10 any type of web application, but the result is generally more
11 scalable.  For more information on FastCGI, see
13    http://www.fastcgi.com/
15 For information on installing mod_fastcgi with Apache 1.3.x, see the
16 file INSTALL.
18 For information on installing mod_fastcgi with Apache 2.x, see the
19 file INSTALL.AP2.
21 For information on configuring an installed instance of mod_fastcgi,
22 see the file mod_fastcgi.html in the docs/ directory, also available
23 online at:
25    http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html
27 For information on programming FastCGI applications, see:
29    http://www.fastcgi.com/#Docs
31 Finally, if you get stuck - start with the Frequently Asked Questions
32 (FAQ) file at:
34    http://www.fastcgi.com/docs/faq.html
36 If you still can't find an answer, join the developer's mailing list
37 at:
39    http://fastcgi.com/fastcgi-developers