Re: Having trouble with mod_ruby on OpenBSD 3.3

Kaspar Schiess <[email protected]>
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
> <IfModule mod_ruby.c>
>  RubyRequire apache/eruby-run
> 
>  # Handle files under /eruby as eRuby files
>  <Location /eruby>
>  SetHandler ruby-object
>  RubyHandler Apache::ERubyRun.instance
>  </Location>
> 
>  # Handle *.rhtml files as eRuby files
>  <Files *.rhtml>
>  RubyRequire apache/eruby-run
>  SetHandler ruby-object
> 
>  RubyHandler Apache::ERubyRun.instance
>  </Files>
> </IfModule>

Why don't you

<Files *.rhtml>
 >  RubyRequire apache/eruby-debug
 >  SetHandler ruby-object
 >
 >  RubyHandler Apache::ERubyDebug.instance
 >  </Files>

?

That should give the same error, but anyway, trying out and posting the 
results might help us along...

kaspar
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.