Joao Pedrosa wrote: > Hi, > > >>Hi Joao, thanks for walking me thru. You are right, I have no fcgi.o in >>the path you specified. Where can I download fcgi.o for mswin32? >> >>Thanks a bunch >> >>Sarah > > > You can download the package by Kent at: > http://rubyforge.org/frs/download.php/2183/RubyForApache-beta1.exe > > It will install the files for you, as long as you provide the > installer with the correct paths. At least for me, the installer > sometimes added an extra /RubyForApache at the wrong time, so if I > just clicked to install the files there they would get installed in > the wrong directory. So you have to be careful to correct the > installer when needed. > > You will need to provide 3 paths for it. One will be the apache > directory, another will be the Ruby directory, and the last will be a > RubyForApache directory. I'm not sure about the order in which they > will be asked, just make sure they are correct. So in my system they > would be: > > 1) C:\Arquivos de programas\Apache Group\Apache2 > > 2) C:\desenvolvimento\ruby > > 3) C:\desenvolvimento\ruby\RubyForApache > > Make the necessary adjustments for you system and you should get it > installed correctly. :-) > > Cheers, > Joao > > Thanks for sharing your experience with me, now I can run Ruby fcgi/fastcgi and mod_ruby on Windows for the first time. Thanks.