Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread Nate Turnage
On Thu, Sep 10, 2009 at 12:01 PM, Jim Gay wrote: > You shouldn't have a problem doing it. One of our clients used to be > on IIS and SQL Server with Radiant. > You'll need to purchase isapi_rewrite from > http://www.isapirewrite.com/ or > http://www.helicontech.com/isapi_rewrite/ unless there is

Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread Istvan Hoka
In a similar situation, I have done the reverse: run Apache on port 80 and proxy requests to IIS running on another port. The IIS port is protected from ouside access by firewall. Rails applications were running on Mongrel with mod_balancer and managed with the mongrel_service gem to make the apps

Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread George Murphy
We just successfully deployed a rails project with the same requirements using tomcat, IIS, and jruby on rails. George --Original Message-- From: Nate Turnage Sender: radiant-boun...@radiantcms.org To: Radiant@radiantcms.org ReplyTo: radiant@radiantcms.org Subject: [Radiant] Radiant on II

Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread Jim Gay
You shouldn't have a problem doing it. One of our clients used to be on IIS and SQL Server with Radiant. You'll need to purchase isapi_rewrite from http://www.isapirewrite.com/ or http://www.helicontech.com/isapi_rewrite/ unless there is some other way out there to easily do it now. But it was well

Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread Sean Cribbs
The easy answer for this is to use the typical reverse-proxy to mongrel, thin, or some other Ruby application server. Most web-servers have an option to do that. Sean Nate Turnage wrote: My company is putting together an RFQ for a website project for one of our clients. We only build Ruby on

Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread C. R. Oldham
On Sep 10, 2009, at 9:47 AM, Brian Loomis wrote: Is there an outstanding reason they can't run apache on windows? nginx runs on Windows nowadays too. It's a little less intimidating. However, I expect they want IIS because of all the management tools, quick web search reveals you could

Re: [Radiant] Radiant on IIS possible?

2009-09-10 Thread Brian Loomis
Is there an outstanding reason they can't run apache on windows? On Sep 10, 2009, at 9:29 AM, Nate Turnage wrote: My company is putting together an RFQ for a website project for one of our clients. We only build Ruby on Rails applications, mostly with Radiant. One of the requirements for the