From: gjenkins@... (Graham Jenkins) Date: 2004-11-26T21:57:56+09:00 Subject: Re: Ruby/FastCGI > Is there any step by step installation for the windows environment? I haven't seen one, but it may help a little bit to know what gets deployed where. mod_fastcgi - deployed as a normal Apache2 module C:\Apache2\modules\mod_fastcgi.so I use the C-version of Ruby-fcgi bindings, installed in site_ruby C:\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\fcgi.so and I have the fcgi developer kit on my path libfcgi.dll The rest of the work is Apache config which can be done in various ways depending on how you want the FCGI script to work. So it's hard to define a universal one-stop test, but it isn't at all windows-specific.