1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Baptiste Daroussin
a698393840 Fix typo in rc script 2010-11-22 13:46:46 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Baptiste Daroussin
13d7c8e633 - remove useless addition of ${fcgiwrap_flags} to command_args
Reported by:	dougb
Approved by:	jadawin (co-mentor)
2010-08-23 13:39:41 +00:00
Baptiste Daroussin
7e7ceec3eb - Add rc script
Approved by:	tabthorpe (mentor)
2010-08-17 19:40:36 +00:00
Baptiste Daroussin
5a4055b083 Change maintainer address to my new @FreeBSD.org
Approved by:	jadawin@ (co-mentor)
2010-07-28 17:31:01 +00:00
Philippe Audeoud
e8882f0dbc 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)

WWW:	http://nginx.localdomain.pl/wiki/FcgiWrap

PR:		ports/148649
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
2010-07-20 13:03:00 +00:00