diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:43:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:43:06 +0000 |
commit | f05ecefc5e02a7774cc5712bc24ecbf6a3bbef9d (patch) | |
tree | e52e5a04151a87d3ad6fe81f4c92f58276a04f33 /www/fcgi/pkg-descr | |
parent | bccc81a91973b11370eef059b3a1460a4748c370 (diff) |
Initial import of fcgi-devkit version 2.1.
The FastCGI development kit.
PR: 11699
Submitted by: Kelly Yancey <kbyanc@alcnet.com>
Notes
Notes:
svn path=/head/; revision=19364
Diffstat (limited to 'www/fcgi/pkg-descr')
-rw-r--r-- | www/fcgi/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/fcgi/pkg-descr b/www/fcgi/pkg-descr new file mode 100644 index 000000000000..6a968430bfaf --- /dev/null +++ b/www/fcgi/pkg-descr @@ -0,0 +1,23 @@ +FastCGI Development Kit. + +FastCGI is a fast, open, and secure Web server interface that solves the +performance problems inherent in CGI, without introducing the overhead and +complexity of proprietary APIs (Application Programming Interfaces). + +FastCGI allows for many nice features such as persistent CGI applications +(eliminating process creation time per request) and being able run CGI +applications on hosts remote to the web server itself. + +Most web servers have optional or add-on support for FastCGI. Applications +which are developed with FastCGI behave as standard CGIs when invoked by web +servers without FastCGI support. In other words, if the server supports +FastCGI, then FastCGI applications get all the perks (mainly being *really* +fast); if the server does not support FastCGI, then FastCGI applications +behave exactly like standard CGIs. + +See http://www.fastcgi.com/ for more information about the benefits of +FastCGI, for developer documentation, and for the Apache FastCGI module (to +enable FastCGI support for the popular Apache web server). + +- Kelly +kbyanc@posi.net |