= README for mod_ruby
== What's mod_ruby?
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby.
== Required environment
You can use Apache 2.0 also, but there are some restrictions.
== Installation
(1) Type ./configure.rb' to create Makefile. (Type
./configure.rb --help' to get a help message.)
(2) Type `make' to compile mod_ruby.
(3) Type `make install' to install files.
(4) Edit `httpd.conf'. (see examples/httpd.conf.)
(5) Restart Apache.
== Official Web Site
((<URL:http://modruby.net/>))