Hello all, I''m developing web sites for a couple of people and I''m going to eventually be taking the plunge into using RoR instead of ASP.NET. During this move I''m also switching to Linux using Ubuntu. What webserver would be the best choice for running multiple (test, not live) ruby web apps on a single box with a single external IP address? Previously, I used IIS and would expose the test website to the client with something like the following: GantComputers.dyndns.org/clientname Does anyone have any suggestions? Thanks, Will --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sep 23, 2006, at 7:11 PM, Will Gant wrote:> I''m developing web sites for a couple of people and I''m going to > eventually be taking the plunge into using RoR instead of ASP.NET. > During this move I''m also switching to Linux using Ubuntu. What > webserver would be the best choice for running multiple (test, not > live) ruby web apps on a single box with a single external IP > address? Previously, I used IIS and would expose the test website > to the client with something like the following: > > GantComputers.dyndns.org/clientname > > Does anyone have any suggestions?Many would work, and I know for a fact that Apache proxying to 1 or more mongrels per application would work wonderfully. Litespeed would be a good choice here too, I think. -- -- Tom Mornini --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Not to sound like a total noob, but what the heck is a mongrel? Tom Mornini <tmornini-W/9V78bTXriB+jHODAdFcQ@public.gmane.org> wrote: On Sep 23, 2006, at 7:11 PM, Will Gant wrote:> I''m developing web sites for a couple of people and I''m going to > eventually be taking the plunge into using RoR instead of ASP.NET. > During this move I''m also switching to Linux using Ubuntu. What > webserver would be the best choice for running multiple (test, not > live) ruby web apps on a single box with a single external IP > address? Previously, I used IIS and would expose the test website > to the client with something like the following: > > GantComputers.dyndns.org/clientname > > Does anyone have any suggestions?Many would work, and I know for a fact that Apache proxying to 1 or more mongrels per application would work wonderfully. Litespeed would be a good choice here too, I think. -- -- Tom Mornini --------------------------------- How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sep 24, 2006, at 12:02 AM, Will Gant wrote:> Not to sound like a total noob, but what the heck is a mongrel? >A server for ruby web applications http://mongrel.rubyforge.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---