Adding mongrel''s prefix functionality to spawner Why add mongrels prefix option to spawner? Capistrano defaults to using a spin script that in the documentation calls spawner to spawn the fcgi or mongrel processes(ref1) . I have worked on getting apache in conjunction with mongrel to run multiple rails applications. According to the mongrel documentation you need to pass the prefix option to mongrel to be able to host multiple rails applications(ref 2). Spawner did not support the passing of the prefix option which lead to the creation of this patch. 1. http://www.capify.org/getting-started/rails 2. http://mongrel.rubyforge.org/docs/apache.html Thanks Felix --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 9/28/07, dacat <fdacat@gmail.com> wrote:> > > Adding mongrel''s prefix functionality to spawnerYou have my +1 Beautiful ticket description. I wish all tickets were like this --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---