NOTICE: This package has been removed from pkgsrc

./wip/spawnfcgi, Spawns FCGI-Processes and runs with priviledge separation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.2, Package name: spawn-fcgi-1.6.2, Maintainer: vs

spawn-fcgi is used to spawn remote and local FastCGI processes.

While it is obviously needed to spawn remote FastCGI backends (the web
server can only spawn local ones), it is recommended to spawn local
backends with spawn-fcgi, too.

Reasons why you may want to use spawn-fcgi instead of something else:

* Privilege separation without needing a suid-binary or running a
server as root.
* You can restart your web server and the FastCGI applications without
restarting the others.
* You can run them in different chroot()s.
* Running your FastCGI applications doesn't depend on the web server
you are running, which allows for easier testing of other web
servers.


Master sites:

SHA1: 475e9d9bff7ab31c29d082cc214cea66e04da690
RMD160: 7a0986a9254646e7c635c086ef055b0f9a00a458
Filesize: 71.454 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-05-06 08:31:35 by Volkmar Seifert | Files touched by this commit (1)
Log message:
changed LICENSE to 'modified-bsd' as stated by Joerg Sonnenberger in the \ 
pkgsrc-wip-review-mailinglist (Message-ID: \ 
<20090506004509.GB16679@britannica.bec.de>)

   2009-05-06 08:27:08 by Volkmar Seifert | Files touched by this commit (1)
Log message:
added 'LICENSE= generic-nonlicense' to Makefile

   2009-05-05 21:29:37 by Volkmar Seifert | Files touched by this commit (2)
Log message:
changed according to suggestions by review of Thomas Klausner

   2009-04-29 17:51:24 by Volkmar Seifert | Files touched by this commit (6) | Imported package
Log message:
Import spawn-fcgi-1.6.2 as wip/spawnfcgi.

spawn-fcgi is used to spawn remote and local FastCGI processes.
Until recently, it was part of the lighttpd project, but has been
unhinged into its own projects some weeks ago. Because of this, I have 
made some efforts to include it into pkgsrc as its own package.

Here the official statement from the project-website about spawn-fcgi:

While  it is obviously needed to spawn remote FastCGI backends (the web
server can only spawn local ones), it is  recommended  to  spawn  local
backends with spawn-fcgi, too.

Reasons why you may want to use spawn-fcgi instead of something else:

*  Privilege  separation  without  needing  a  suid-binary or running a
   server as root.
*  You can restart your web server and the FastCGI applications without
   restarting the others.
*  You can run them in different chroot()s.
*  Running  your  FastCGI applications doesn't depend on the web server
   you are running, which  allows  for  easier  testing  of  other  web
   servers.