On Mar 17, 8:04 pm, Felipe Gallois <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

