Re: Mod Ruby acting as if it is not installed

Berin Loritsch <[email protected]> Tue, 8 Nov 2005 16:31:56 -0500
Newsgroups gmane.comp.apache.mod-ruby
Organization D-Haven
Message-ID <[email protected]>
Some additional information from the error log:


On Tuesday November 08, 2005 4:13 pm, Berin Loritsch wrote:
> I'm trying to get mod_ruby to run a Rails app.  I'm running the SVN trunk
> version, but it seems as if it is not even being invoked.  I had the same
> results with the 1.2.4 version of mod_ruby.
>
> Please help me.
>
> I'm running Apache 2.0.54, mod_ruby-HEAD (1.2.5?), and rails 0.14.2.
>
> my .htaccess and dispatch.rb is attached.
>
> the pertenant part of my httpd.conf file is here:
>
> <IfModule mod_ruby.c>
>   RubySafeLevel 0
>   RubyRequire rubygems
>   RubyRequire apache/rails-dispatcher
>   RubyTransHandler Apache::RailsDispatcher.instance
> </IfModule>
>
> The site is here:
>
> http://d-haven.org:10120/