Date: Tue, 20 Jul 2010 13:03:00 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/fcgiwrap Makefile distinfo pkg-descr ports/www/fcgiwrap/files patch-fcgiwrap.c Message-ID: <201007201303.o6KD30u5048461@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jadawin 2010-07-20 13:03:00 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/fcgiwrap Makefile distinfo pkg-descr www/fcgiwrap/files patch-fcgiwrap.c Log: 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> Revision Changes Path 1.2649 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/fcgiwrap/Makefile (new) 1.1 +3 -0 ports/www/fcgiwrap/distinfo (new) 1.1 +10 -0 ports/www/fcgiwrap/files/patch-fcgiwrap.c (new) 1.1 +14 -0 ports/www/fcgiwrap/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007201303.o6KD30u5048461>