Class: Web::ModNarf
- Includes:
- Singleton
- Defined in:
- lib/web/sapi/apache.rb
Overview
Overview
Web::ModNarf executes Narf scripts in Apache. It is a modified version of mod_ruby’s Apache::RubyRun
Example of httpd.conf
RubyRequire web/sapi/apache
<Location /ruby>
SetHandler ruby-object
RubyHandler Web::ModNarf.instance
</Location>