Hi all, At work, we have a server running Microsoft IIS. I want to deploy RoR apps - is it possible to have a virtual server on the same machine running Linux,Apache ? Is it possible to have two web servers on the same machine? - for requests to go directly to Apache without having to go through the proxy IIS server? 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 -~----------~----~----~----~------~----~------~--~---
Jakob Skjerning
2006-Dec-31 10:30 UTC
Re: Can you have IIS and Apache on same physical server?
On Dec 17, 2006, at 02:11 , Chris Finch wrote:> At work, we have a server running Microsoft IIS. > I want to deploy RoR apps - is it possible to have a virtual server on > the same machine running Linux,Apache ?Yes, for example by using Virtual PC <http://www.microsoft.com/ windows/virtualpc/default.mspx>> Is it possible to have two web servers on the same machine? - for > requests to go directly to Apache without having to go through the > proxy IIS server?Yes. Just run it on a different port or different IP address. -- Jakob Skjerning - http://mentalized.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---