freebsd-ports/www/mod_ruby/files/httpd.conf.mod_ruby
Akinori MUSHA 8751bc0197 Bentofy. Show some instruction and point at the example file and the
documents instead of directly modifying httpd.conf by apxs -A.
2001-03-05 12:35:23 +00:00

19 lines
349 B
Text

#
# Example configuration for the mod_ruby module
#
# $FreeBSD$
#
LoadModule ruby_module libexec/apache/mod_ruby.so
AddModule mod_ruby.c
<IfModule mod_ruby.c>
AddHandler ruby-script .rb
# Alias /ruby/ /usr/local/www/cgi-bin/
# <Location /ruby/>
# SetHandler ruby-script
# Options ExecCGI
# </Location>
</IfModule>