From: Ruby Tuesday Date: 2004-02-24T09:44:50+09:00 Subject: Re: Puzzling... Hi Kents, I tried the site you suggested and still give me the error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, usenets@earthlink.net and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---------------------------------------------------------------------------- ---- Apache/2.0.48 (Win32) DAV/2 mod_ssl/2.0.47 OpenSSL/0.9.7b mod_fastcgi/2.4.2 PHP/4.3.4 mod_ruby/1.1.1 Server at windev Port 80 And this is the error log from the apache: [Mon Feb 23 18:55:31 2004] [error] mod_ruby: error in ruby (eval): (eval)uninitialized constant Apache::RubyRun (NameError) from (eval):0:in `value' Below are portion of my httpd.conf for ruby: LoadModule ruby_module modules/mod_ruby.so ## ClearModuleList ## AddModule mod_ruby.c RubyRequire apache/ruby-run SetHandler ruby-object RubyHandler Apache::RubyRun.instance # Handle *.rhtml files as eRuby files RubyRequire apache/eruby-run SetHandler ruby-object RubyHandler Apache::ERubyRun.instance RubySafeLevel 0 # CGI for ruby AddType application/x-httpd-ruby .rb Action application/x-httpd-ruby /cgi-bin/ruby.exe "Kent S." wrote in message news:F2d_b.42829$kR3.25049@bignews4.bellsouth.net... > Ruby Tuesday wrote: > > > I'd love to run mod_ruby which is running in my Linux Redhat 9 but now I > > have to use the windows server, I'm stuck --- can't find mod_ruby/eruby > > binaries for mswin32 version. Anyone compiled that already? Please share. > > Check out this link: > http://www.moriq.com/ruby/win32-apache2-ruby1.8.1-mod_ruby/ > > it worked for me in the past. > > /kent