Bug 148649 - [NEW PORT] www/fcgiwrap: Simple FastCGI wrapper for CGI scripts
Summary: [NEW PORT] www/fcgiwrap: Simple FastCGI wrapper for CGI scripts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-15 19:10 UTC by baptiste.daroussin
Modified: 2010-07-20 14:10 UTC (History)
0 users

See Also:


Attachments
fcgiwrap-1.0.3.shar (2.94 KB, text/plain)
2010-07-15 19:10 UTC, baptiste.daroussin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description baptiste.daroussin 2010-07-15 19:10:02 UTC
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

Generated with FreeBSD Port Tools 0.99
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2010-07-15 19:13:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-20 14:03:22 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2010-07-20 14:04:35 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!