summaryrefslogtreecommitdiff
path: root/www/ap-ruby/MESSAGE
blob: e6a05fabe7155b85d0f35e606d30be612be83de7 (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.6 2008/06/19 15:02:17 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

	${PREFIX}/${RUBY_DOC}/mod_ruby

===========================================================================