Changelog for FCGI-Daemon ######################### 2022-02-06 Pavel Kuptsov * Added support for PUT method * Updated version in POD * Applied patch to fix incorrectly privileges drop (Thanks to ) * Fixed unlink w/o checks * Updated requirement for module versions (FCGI to 0.82 and FCGI::ProcManager to 0.28) 2015-12-26 Dmitry Smirnov Maintenance release: * Minor doc, formatting and perlcritic corrections. * "use 5.14.2;" due to know memory leak in earlier versions. * Don't blame "fcgiwrap" for not forwarding STDERR: "fcgiwrap" redirects STDERR output from executed CGI if started with "-f". * Make list in the docs actually render as a list in POD (Closes: #84697) Thanks, Michael Stevens. * Set RLIMITS using BSD::Resource. Perl 5.14.2 (and earlier releases) provided "sys/resource.ph" which is no longer present in 5.20.2 (and later versions). 2011-11-21 Dmitry Smirnov * Evaluated scripts no longer pollute error log on exit * Error message for non-executable scripts goes to STDERR and to the STDOUT * Added regex pattern (-f) to match file name and identify perl scripts with any extension (not only .pl as previously) for evaluation so .cgi scripts can be accelerated too, if written in Perl. * Documentation update * Configuration examples for use with nginx 2011-11-21 Dmitry Smirnov * Print error to STDERR if DOable script dies 2011-04-22 Dmitry Smirnov * Minor POD (documentation) update 2011-04-20 Dmitry Smirnov * Minor POD (documentation) update 2011-04-19 Dmitry Smirnov * First version.