20 lines
607 B
Text
20 lines
607 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.7 2014/06/10 15:06:56 joerg 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 later):
|
|
|
|
* Some methods are not implemented because of different API.
|
|
|
|
For more information, see
|
|
|
|
${PREFIX}/${RUBY_DOC}/mod_ruby
|
|
|
|
===========================================================================
|