blob: c4163561938f78468acad2c149eb35a041247134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
===========================================================================
$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
===========================================================================
|