Ruby O. Rails
2006-Apr-27 12:36 UTC
[Rails] mod_fcgid-1.09 released. Adds DefaultMinClassProcessCount
No more long delays because every dispatch.fcgi got killed for reaching max idle time. mod_fcgid is a GPL, binary-compatible alternative to mod_fastcgi. mod_fcgid is recommended over mod_fastcgi when using Apache2. This release gains a feature that many on Apache2 has been waiting for: DefaultMinClassProcessCount(default 3). Idle fastcgi will not be killed if their count is less than DefaultMinClassProcessCount. If you''re using Apache2 and ruby on rails, then mod_fcgid-1.09 is probably very welcome news. version 1.09 ( Apr 25th 2006 ) 1. Add configuration DefaultMinClassProcessCount(default 3). Idle fastcgi will not be killed if their count less than DefaultMinClassProcessCount. 2. Add configuration PHP_Fix_Pathinfo_Enable(default 0). If you are using PHP and set cgi.fix_pathinfo=1 in php.ini, please add "PHP_Fix_Pathinfo_Enable 1" in httpd.conf. 3. Split error log whle ''\r'' or ''\n'' are inside the text send to "stderr". -- Posted via http://www.ruby-forum.com/.