Can anyone please recommend a good tutorial on how to deploy a rails app on apache? My system info is: linux (non-debian) ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] gem -v 1.2.0 rails -v Rails 2.0.2 apachectl -v Server version: Apache/2.0.59 Thank you for any help! -- 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 -~----------~----~----~----~------~----~------~--~---
http://blog.flame.org/2007/10/28/mongrel-apache-and-rails This is a SHORT thing, showing my configuration. On Thu, Jul 3, 2008 at 6:37 PM, Jason Bornhoft <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Can anyone please recommend a good tutorial on how to deploy a rails app > on apache? > > My system info is: > > linux (non-debian) > ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] > gem -v 1.2.0 > rails -v Rails 2.0.2 > apachectl -v Server version: Apache/2.0.59 > > > Thank you for any help! > -- > 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 -~----------~----~----~----~------~----~------~--~---
On 04/07/2008, at 9:07 AM, Jason Bornhoft wrote:> > Can anyone please recommend a good tutorial on how to deploy a rails > app > on apache? > > My system info is: > > linux (non-debian) > ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] > gem -v 1.2.0 > rails -v Rails 2.0.2 > apachectl -v Server version: Apache/2.0.59 > > > Thank you for any help! > -- > Posted via http://www.ruby-forum.com/. > > >You could use the passenger gem. It''s fairly popular right now and works exceptionally well. Very easy to set up too. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Fri, 2008-07-04 at 09:22 +0930, Ryan Bigg wrote:> > On 04/07/2008, at 9:07 AM, Jason Bornhoft wrote: > > > > > Can anyone please recommend a good tutorial on how to deploy a rails > > app > > on apache? > > > > My system info is: > > > > linux (non-debian) > > ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] > > gem -v 1.2.0 > > rails -v Rails 2.0.2 > > apachectl -v Server version: Apache/2.0.59 > > > > > > Thank you for any help! > > -- > > Posted via http://www.ruby-forum.com/. > > > > > > > You could use the passenger gem. It''s fairly popular right now and > works exceptionally well. Very easy to set up too.---- and because Apache 2.0.x does not do the proxy type necessary for mongrel, passenger would be the better option. Craig --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Craig White wrote:> On Fri, 2008-07-04 at 09:22 +0930, Ryan Bigg wrote: >> > linux (non-debian) >> > > >> >> You could use the passenger gem. It''s fairly popular right now and >> works exceptionally well. Very easy to set up too. > ---- > and because Apache 2.0.x does not do the proxy type necessary for > mongrel, passenger would be the better option. > > CraigThank you. Let me give it a shot. -- 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 -~----------~----~----~----~------~----~------~--~---
Jason Bornhoft wrote:> Craig White wrote: >> On Fri, 2008-07-04 at 09:22 +0930, Ryan Bigg wrote: >>> > linux (non-debian) >>> > > >>> >>> You could use the passenger gem. It''s fairly popular right now and >>> works exceptionally well. Very easy to set up too. >> ---- >> and because Apache 2.0.x does not do the proxy type necessary for >> mongrel, passenger would be the better option. >> >> Craig > > > Thank you. Let me give it a shot.I followed through on the gem passenger installation and now when I type the full website address I get the Apache2 Test Page. It''s a positive step forward at least. -- 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 -~----------~----~----~----~------~----~------~--~---
Or you could use nginx... i installe dit on top of a cluster of mongrels in 10 minutes. and Oh my god its fast! On Jul 4, 2:01 am, Jason Bornhoft <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Jason Bornhoft wrote: > > Craig White wrote: > >> On Fri, 2008-07-04 at 09:22 +0930, Ryan Bigg wrote: > >>> > linux (non-debian) > > >>> You could use the passenger gem. It''s fairly popular right now and > >>> works exceptionally well. Very easy to set up too. > >> ---- > >> and because Apache 2.0.x does not do the proxy type necessary for > >> mongrel, passenger would be the better option. > > >> Craig > > > Thank you. Let me give it a shot. > > I followed through on the gem passenger installation and now when I type > the full website address I get the Apache2 Test Page. > > It''s a positive step forward at least. > -- > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---