diff options
author | taca <taca@pkgsrc.org> | 2003-07-21 17:43:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-07-21 17:43:53 +0000 |
commit | f3b0ab76d90454a1834b38f0f9fdf255fe8a0a40 (patch) | |
tree | b1ebe65986465a3c15fa834655e0356cb1a8cf0f /www/ap2-ruby/MESSAGE | |
parent | a09b0ac07f4250b32d2c0fb846b946346beab26a (diff) | |
download | pkgsrc-f3b0ab76d90454a1834b38f0f9fdf255fe8a0a40.tar.gz |
Importing www/ap2-ruby 1.1.1 pacakge based on PR pkg/21921.
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.
Diffstat (limited to 'www/ap2-ruby/MESSAGE')
-rw-r--r-- | www/ap2-ruby/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/ap2-ruby/MESSAGE b/www/ap2-ruby/MESSAGE new file mode 100644 index 00000000000..53487bf6909 --- /dev/null +++ b/www/ap2-ruby/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$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) +=========================================================================== |