From 8751bc0197dcc99a4b449c80f782de8146acbc1c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 5 Mar 2001 12:35:23 +0000 Subject: Bentofy. Show some instruction and point at the example file and the documents instead of directly modifying httpd.conf by apxs -A. --- www/mod_ruby/files/httpd.conf.mod_ruby | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/mod_ruby/files/httpd.conf.mod_ruby (limited to 'www/mod_ruby/files/httpd.conf.mod_ruby') diff --git a/www/mod_ruby/files/httpd.conf.mod_ruby b/www/mod_ruby/files/httpd.conf.mod_ruby new file mode 100644 index 000000000000..a4e24b799b46 --- /dev/null +++ b/www/mod_ruby/files/httpd.conf.mod_ruby @@ -0,0 +1,19 @@ +# +# Example configuration for the mod_ruby module +# +# $FreeBSD$ +# + +LoadModule ruby_module libexec/apache/mod_ruby.so + +AddModule mod_ruby.c + + + AddHandler ruby-script .rb + +# Alias /ruby/ /usr/local/www/cgi-bin/ +# +# SetHandler ruby-script +# Options ExecCGI +# + -- cgit v1.2.3