fd6fadbe6f
pkgsrc changes: merge ap2-ruby to here. mod_ruby-1.2.6 released mod_ruby-1.2.6 is released. Main changes from mod_ruby-1.2.5 - apache/rails-dispatcher.rb supports Rails 1.1. - added guard conditionals around code that uses dconf to avoid SEGV. Thanks, Michael Granger. - fixes for Ruby 1.6.x. - do not call downcase content_type, content_encoding, and content_lnaguages. at 2006-06-15 13:32 mod_ruby-1.2.5 released mod_ruby-1.2.5 is released. Main changes from mod_ruby-1.2.4 - added RubyRestrictDirectives by David Garamond. - added Apache::Request#all_params. - set $0 correctly - added Apache::RubyProfile. - added RubyOption. - added Apache::RailsDispatcher. - supported Apache 2.2 thanks to Michael Sullivan. - added RubyGcPerRequest. - do not timeout if RubyTimeOut is 0. at 2006-02-19 21:52
20 lines
599 B
Text
20 lines
599 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.5 2007/01/28 15:30:25 taca Exp $
|
|
|
|
In order to use this module in your Apache installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
LoadModule ruby_module lib/httpd/mod_ruby.so
|
|
|
|
You may also need to create a htpasswd file, if you introduce basic
|
|
authentication.
|
|
|
|
Note for apache2 (and lator):
|
|
|
|
* Some methods are not implemented because of different API.
|
|
|
|
For more information, see
|
|
|
|
${RUBY_DOCDIR}/mod_ruby
|
|
|
|
===========================================================================
|