I’ve deployed 5-6 Rails sites using Apache/FCGI before. On one in
particular
I’m having major problems with there being zombie FCGI processes hanging
around. Sometimes I can get up to 20 on one box, before I have to ssh in
and
kill them manually.
Can anyone see a problem with this config file?
AddHandler fastcgi-script .fcgiFastCgiIpcDir /var/lib/apache2/fastcgi
FastCgiServer /var/www/edeals/current/public/dispatch.fcgi
-initial-env
RAILS_ENV=production -processes 4 -idle-timeout 60
FastCgiConfig -minProcesses 4 -maxProcesses 4 -processSlack 1
Also - I’m deploying via Capistrano. Have anything to do with it?
–
seth at subimage interactive
http://www.subimage.com/sublog/