f3b0ab76d9
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. This package is the development version, which supports apache2 under the prefork and threaded MVM. For Apache 1.3.XX, see www/ap-ruby.
10 lines
447 B
Text
10 lines
447 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2003/07/21 17:43:53 taca Exp $
|
|
|
|
In order to use this module in your Apache installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
Include ${RUBY_EXAMPLESDIR}/mod_ruby/mod_ruby.conf
|
|
|
|
(${RUBY_EXAMPLESDIR} is something like /usr/pkg/share/examples/ruby)
|
|
===========================================================================
|