wbtittle
2006-Sep-12 21:06 UTC
fastcgi: connection refused: Fastcgi: failed to connect to server
I have Apache 1.3 compiled with mod_fastcgi. It was working fine with rails for a long time. Now it will run for about 20 minutes and then shuts down with the above error. Anyone run into this. brad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
wbtittle
2006-Oct-11 16:57 UTC
Re: fastcgi: connection refused: Fastcgi: failed to connect to server
I think I found the problem. My hosting provider added a tmpwatch routine to keep track of the /tmp folder. It looks like it was clobbering the fcgi_ipc directory someway/somehow. I moved the folder out /tmp and everything is running fine. wbtittle wrote:> I have Apache 1.3 compiled with mod_fastcgi. It was working fine with > rails for a long time. Now it will run for about 20 minutes and then > shuts down with the above error. > > Anyone run into this. > > brad--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
wbtittle
2006-Oct-11 20:25 UTC
Re: fastcgi: connection refused: Fastcgi: failed to connect to server
Wrong! There was another little app called killnobody. dispatch.fcgi was running as nobody. Added /usr/local/bin/ruby to the exclusion list of the killnobody script. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---