Hi, I have started rails some week ago. I have deployed my application to production sever which is a shared host with FastCGI enabled. This application is actually Radiant CMS and working fine if I am using dispatch.cgi. But whenever I use dispatch.fcgi the browser takes a lot of time and finally it stoped with blank screen - no error. I have created a simple test application but the same problem is coming with it also. Then I have run the dispatch.cgi and dispatch.fcgi on command line and following output is coming. [~]# ruby radiant-0.6.1/public/dispatch.cgi Status: 400 Bad Request [~]# ruby radiant-0.6.1/public/dispatch.fcgi [~]# So it seems that dispatch.cgi is returning some output but dispatch.fcgi does not given anything not even a error. I have searched over google but could not find help. Kindly help me for sorting this out. Regards Deependra Solanky http://www.madaboutanything.com --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Deependra Solanky
2007-May-29 08:39 UTC
Re: Application working with CGI but not with FastCGI
Is there nobody to answer ? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- CGI and FastCGI problems
- FastCGI: comm with (dynamic) server ...../dispatch.fcgi aborted: (first read) idle timeout (30 sec)
- FastCGI: comm with (dynamic) server dispatch.fcgi aborted
- XP Apache FastCGI ok if RAILS_ENV="", crash when RAILS_ENV="production"
- Yet Another Apache/FastCgi Setup Issue