# REQUIRED LoadModule ruby_module extramodules/mod_ruby.so # for Apache::RubyRun RubyRequire apache/ruby-run # for Apache::ERubyRun RubyRequire apache/eruby-run # for development # RubyRequire auto-reload # OPTIONAL # exec files under /ruby as ruby scripts. SetHandler ruby-object RubyHandler Apache::RubyRun.instance # OPTIONAL # exec *.rbx as ruby scripts. SetHandler ruby-object RubyHandler Apache::RubyRun.instance # OPTIONAL # handle *.rhtml as eruby files. SetHandler ruby-object RubyHandler Apache::ERubyRun.instance # OPTIONAL # handle files under /eruby as eruby files. SetHandler ruby-object RubyHandler Apache::ERubyRun.instance