Felipe Gallois
2011-Mar-17 20:04 UTC
phusion passenger and mongrel cluster (both on apache) in the same server
Hello all, Does anyone know if it is possible to use both PP and mongrel cluster on the same server? We have a running server here with mongrel cluster but I would like to run a specific application on phusion passenger. Would I face any problem with that setup? Cheers -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2011-Mar-17 21:44 UTC
Re: phusion passenger and mongrel cluster (both on apache) in the same server
On Mar 17, 8:04 pm, Felipe Gallois <felipegall...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello all, > > Does anyone know if it is possible to use both PP and mongrel cluster on the > same server? We have a running server here with mongrel cluster but I would > like to run a specific application on phusion passenger. > > Would I face any problem with that setup? >You''d probably want to use RackAutoDetect / RailsAutoDetect (depending on whether you''ve got a rails 3 or rails 2.x app) so that passenger doesn''t try and handle the mongrel cluster using app. (or just use passenger for both apps) Fred> Cheers-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Felipe Gallois
2011-Mar-17 21:54 UTC
Re: phusion passenger and mongrel cluster (both on apache) in the same server
Since I''m using mod_rewrite and sending the mongrel_cluster app to another port, would it still be a problem? thanks! -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2011-Mar-17 22:00 UTC
Re: phusion passenger and mongrel cluster (both on apache) in the same server
On Mar 17, 9:54 pm, Felipe Gallois <felipegall...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Since I''m using mod_rewrite and sending the mongrel_cluster app to another > port, would it still be a problem? >You still need to stop passenger trying to serve the app for you, hence the use of RackAutoDetect/RailsAutoDetect 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Felipe Gallois
2011-Mar-17 22:22 UTC
Re: phusion passenger and mongrel cluster (both on apache) in the same server
Got it working! Like a charm. Thank you very much! -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.