aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FCGI-Spawn
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.12Gabor Kovesdan2008-02-263-6/+5
| | | | | | | | | | | - Fix WWW PR: ports/121012 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=207962
* FCGI::Spawn is used to serve as a FastCGI process manager. BesidesMartin Wilke2008-01-124-0/+42
the features the FCGI::ProcManager posess itself, the FCGI::Spawn is targeted as web server admin understandable instance for building the own fastcgi server with copy-on-write memory sharing among forks and with single input parameters like socket path and processes number. Another thing to mention is that it is able to execute any file pointed by Web server. So we have the daemon that is hot ready for hosting providing. WWW: http://search.cpan.org/dist/FCGI-ProcManager/ PR: ports/119010 Submitted by: Peter <peter at vereshagin.org> Notes: svn path=/head/; revision=205522