"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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.
6
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
12
13 http://www.fastcgi.com/
14
15 For information on installing mod_fastcgi with Apache 1.3.x, see the
16 file INSTALL.
17
18 For information on installing mod_fastcgi with Apache 2.x, see the
19 file INSTALL.AP2.
20
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:
24
25 http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html
26
27 For information on programming FastCGI applications, see:
28
29 http://www.fastcgi.com/#Docs
30
31 Finally, if you get stuck - start with the Frequently Asked Questions
32 (FAQ) file at:
33
34 http://www.fastcgi.com/docs/faq.html
35
36 If you still can't find an answer, join the developer's mailing list
37 at:
38
39 http://fastcgi.com/fastcgi-developers
40