I have the following scenario: Apache -> RoR app on mongrel cluster : all working fine. Now, I want to add a second app to this scenario. Does anyone have info on how? i.e what does the http.conf looks like? I suspect it stays the same - port 80 going to the cluster. any info or config ideas? 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-/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 -~----------~----~----~----~------~----~------~--~---
Nope. Apache serves port 80 and proxies to the cluster. This article might help: http://bliki.rimuhosting.com/space/knowledgebase/linux/ miscapplications/typo+cluster On Jul 4, 2007, at 10:44 PM, nextpulse wrote:> > I have the following scenario: > > Apache -> RoR app on mongrel cluster : all working fine. > > Now, I want to add a second app to this scenario. Does anyone have > info on how? > > i.e what does the http.conf looks like? I suspect it stays the same - > port 80 going to the cluster. > > any info or config ideas? > > 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-/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 -~----------~----~----~----~------~----~------~--~---
thats not what i wanted - i already have it setup. Anyhow, just found out it cannot be done - unless ALL the apps are packaged into a single app or if i remove clustering. :( On Jul 4, 11:03 pm, s.ross <cwdi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Nope. Apache serves port 80 and proxies to the cluster. > > This article might help: > > http://bliki.rimuhosting.com/space/knowledgebase/linux/ > miscapplications/typo+cluster > > On Jul 4, 2007, at 10:44 PM,nextpulsewrote: > > > > > I have the following scenario: > > > Apache -> RoR app on mongrel cluster : all working fine. > > > Now, I want to add a second app to this scenario. Does anyone have > > info on how? > > > i.e what does the http.conf looks like? I suspect it stays the same - > > port 80 going to the cluster. > > > any info or config ideas? > > > 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-/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 7/5/07, nextpulse <robert-pZCIFDiVgMdl57MIdRCFDg@public.gmane.org> wrote:> > thats not what i wanted - i already have it setup. > > Anyhow, just found out it cannot be done - unless ALL the apps are > packaged into a single app or if i remove clustering. > :(You don''t really give enough information about what you are trying to do, but I''m skeptical that it can''t be done whatever it is. Not much you can''t do with mod rewrite:) Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---