RubyRequire apache/ruby-run
<Location /ruby>
  SetHandler ruby-object
  RubyHandler Apache::RubyRun.instance
  Options +ExecCGI
</Location>

