Must Apache be compiled with mod_fcgi to run Rails ? Stuart -- http://en.wikipedia.org/wiki/Dark_ambient --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Stuart Fellowes wrote:> Must Apache be compiled with mod_fcgi to run Rails ? > > StuartHi Stuart, there are several ways to run Rails applications. If you want to use Apache, you need the fcgi module. If you have the book "Agile Web Development with Ruby on Rails", see the section "Deployment and Scaling" for more information. Regards, Robert -- 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 -~----------~----~----~----~------~----~------~--~---
On 10/20/06, Dark Ambient <sambient-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Must Apache be compiled with mod_fcgi to run Rails ? > >Nope, you can use Mongrel or just cgi. There are a few ways and right now Apache 2.2 with mod_proxy_balancer and Mongrel seem to be the "winning" solution. At least, that''s the last I''ve heard. -- Andrew Stone --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 10/20/06, Robert Spielmann <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Stuart Fellowes wrote: > > Must Apache be compiled with mod_fcgi to run Rails ? > > > > Stuart > > Hi Stuart, > > there are several ways to run Rails applications. If you want to use > Apache, you need the fcgi module. If you have the book "Agile Web > Development with Ruby on Rails", see the section "Deployment and > Scaling" for more information. > > Regards, > RobertWell I was about to switch hosts, because current didn''t offer Rails. But the reply to cancel said they are now offering Rails, I''ll be the first. They said it was an CPanel addon. At this point they have no clue how I should install, and I have some idea but not sure what they need to do on their end. Stuart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 10/20/06, Andrew Stone <stonelists-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Nope, you can use Mongrel or just cgi. There are a few ways and right now > Apache 2.2 with mod_proxy_balancer and Mongrel seem to be the "winning" > solution. > > At least, that''s the last I''ve heard. > > -- > Andrew StoneAny blogs or tutorials around about doing it with mod_proxy_balancer and Mongrel ? Additionally, when I upload my app I''ll be using the Mongrel included in my distribution (which is edge v. something ) Stuart <http://en.wikipedia.org/wiki/Dark_ambient> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> Any blogs or tutorials around about doing it with mod_proxy_balancer and > Mongrel ? > Additionally, when I upload my app I''ll be using the Mongrel included in my > distribution (which is edge v. something )http://mongrel.rubyforge.org/docs/apache.html http://groups.google.com/group/rubyonrails-talk/msg/99b36051504f783f --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---