I'll admit it, I couldn't compile a program if my life depended on it, so I used the windows installer on the ruby home page. I installed the mod_ruby package here, and it doesn't seem to be working.
I copied the htaccess files directly from the the install folder, but only the fastcgi works. This is what appears in the Apache error log:
Here's the httpd.conf entries for it:Code:[Fri Oct 21 19:16:03 2005] [notice] Parent: Received restart signal -- Restarting the server. [Fri Oct 21 19:16:03 2005] [notice] Child 1524: Exit event signaled. Child process is ending. [Fri Oct 21 19:16:03 2005] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed. [Fri Oct 21 19:16:04 2005] [notice] Child 1524: Released the start mutex [Fri Oct 21 19:16:05 2005] [notice] Child 1524: Waiting for 250 worker threads to exit. [Fri Oct 21 19:16:05 2005] [notice] Child 1524: All worker threads have exited. [Fri Oct 21 19:16:06 2005] [notice] Child 1524: Child process is exiting
Is there something I'm doing wrong?Code:LoadModule fastcgi_module modules/mod_fastcgi.so LoadModule ruby_module modules/mod_ruby.so <IfModule mod_fastcgi.c> AddHandler fastcgi-script .fcgi </IfModule> <IfModule mod_ruby.c> <Files *.rbx> SetHandler ruby-object RubyHandler Apache::RubyRun.instance </Files> </IfModule>
Thanks...





Bookmarks