mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
655 B
Plaintext
13 lines
655 B
Plaintext
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes
|
|
to provide clean CGI support to Nginx (and other web servers that may need it).
|
|
|
|
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
|
|
* stderr could be also passed to FastCGI stderr stream)
|