From: Gavin Sinclair Date: 2004-11-23T21:58:11+09:00 Subject: Re: Ruby/FastCGI On Tuesday, November 23, 2004, 9:07:04 PM, Dick wrote: >> how do I implement FastCGI with the latest Ruby 1.8.2, Apache >> 2.0.50, and MySQL 4.1/5.0 under Windows? > Briefly, you need to install fastcgi (the development kit) > http://www.fastcgi.com/#TheDevKit > then mod_fastcgi (the apache module) > http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html > then ruby-fcgi (the ruby bindings to the api) > http://raa.ruby-lang.org/list.rhtml?name=fcgi > There are very good resources at: > http://www.rubygarden.org/ruby?UsingRubyFastCGI Wow, sounds easy. However, there's a meme doing hte rounds that FastCGI is difficult/impossible to set up on Windows. Can anybody give evidence for or against? Thanks, Gavin