2010-07-20 15:03:00 +02:00
|
|
|
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes
|
2016-05-19 12:53:05 +02:00
|
|
|
to provide clean CGI support to Nginx (and other web servers that may need it).
|
2010-07-20 15:03:00 +02:00
|
|
|
|
|
|
|
Features:
|
|
|
|
* very lightweight (84KB of private memory per instance)
|
|
|
|
* fixes broken CR/LF in headers
|
|
|
|
* handles environment in a sane way (CGI scripts get HTTP-related env. vars
|
|
|
|
* from FastCGI parameters and inherit all the others from fcgiwrap's
|
|
|
|
* environment)
|
|
|
|
* no configuration, so you can run several sites off the same fcgiwrap pool
|
|
|
|
* passes CGI stderr output to fcgiwrap's stderr (this is by design but
|
2016-05-19 12:53:05 +02:00
|
|
|
* stderr could be also passed to FastCGI stderr stream)
|
2010-07-20 15:03:00 +02:00
|
|
|
|
2012-12-31 13:53:30 +01:00
|
|
|
WWW: http://nginx.localdomain.pl/wiki/FcgiWrap
|