We are planning to take a virtual dedicated server where we can host our .NET , PHP and rails application together . Since we need to host .NET webapps , linux is out of question . I have configured PHP on IIS , but was wondering if it is possible to configure rails with IIS .
We want to avoid another webserver running just for rails .
views:
128answers:
2
+3
A:
I've set it up on IIS7 using the tools available at http://roriis.codeplex.com/.
phoebus
2009-12-09 05:15:55
Thanks for the link phoebus . I think that might just work !
NM
2009-12-09 05:21:54
A:
If you have Microsoft ISA server, it can act as a reverse proxy to Mongrel cluster. There is also a plugin called IIRF that works to achieve the same goals in standard IIS.
MattMcKnight
2009-12-09 14:15:22