fcgiwrap 1.0.3-3 source package in Ubuntu

Changelog

fcgiwrap (1.0.3-3) unstable; urgency=low

  * Remove Replaces on old package name that never hit the official
    archive.
  * Actually use $DAEMON_OPTS when spawning the server (closes: #616551).
  * Add support for FCGI_SOCKET_USER & FCGI_SOCKET_GROUP, as suggested by
    Maik Zumstrull (closes: #616552).
  * Add an example default file.

fcgiwrap (1.0.3-2.1) unstable; urgency=low

  [ Jordi Mallach ]
  * Unquote $pid and $DAEMON on stop_daemon() so it actually stops
    (closes: #602199).
  * Reduce the wait when just stopping (closes: #602200).
  * Change priority to extra.
  * Add ldflags.patch to add support for LDFLAGS in Makefile.in
    (stolen from Git 58ec209478f50b2048cf).

  [ Philipp Kern ]
  * Current state taken from the VCS and uploaded as a LowThresholdNmu.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:44:54 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Jordi Mallach
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe web

Downloads

File Size SHA-256 Checksum
fcgiwrap_1.0.3.orig.tar.gz 8.6 KiB 676015dd1e834fba76fba92ead512f9b13e73fde631cf6aaef6a207d600d6edf
fcgiwrap_1.0.3-3.debian.tar.gz 7.0 KiB 518dac3bc12e15e7aaca6688f8b64d50dee265222fabd3b9dbc33db06764c16e
fcgiwrap_1.0.3-3.dsc 1.2 KiB 101e94d5cbf5f9823862d38cc2a8fe70afc9904298de4a16d2b1990845c1d7ed

Available diffs

View changes file

Binary packages built by this source

fcgiwrap: simple server to run CGI applications over FastCGI

 fcgiwrap is a simple server for running CGI applications over FastCGI.
 Its goal is to provide clean CGI support to the nginx webserver, although
 can be used with others.
 .
 fcgiwrap is lightweight and has no configuration, making it possible to
 use the same pool to run different sites.