Hi I would like to setup a new production server on rails.I prefer apache for web server.Can anybody suggest me that apache web server with Fast CGI or Apache with mod proxy + mongrel which is the best ?Also please send me some link on comparison of different webserver-setups for rails application. Thanks Sijo -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Feb-19 15:56 UTC
Re: Apache with fastCGI or Apache mod proxy with mongrel
On 19 Feb 2008, at 12:12, Sijo Kg wrote:> > Hi > I would like to setup a new production server on rails.I prefer > apache for web server.Can anybody suggest me that apache web server > with Fast CGI or Apache with mod proxy + mongrel which is the best ? > Also > please send me some link on comparison of different webserver-setups > for > rails application.The majority of people tend to use mongrel behind mod_proxy_balancer or nginx. Not many people use fastcgi any more. When we did we used to have problems with apache randomly killing fastcgi processes. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---