summaryrefslogtreecommitdiff
path: root/www/ap-aolserver/pkg/MESSAGE
blob: b2f0031fc46bac68d3e2b0053a3e708186c389de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=============================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2001/07/16 17:04:01 cjones Exp $

You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
lines to the Dynamic Shared Object section in order to use this module:

LoadModule aolserver_module   lib/httpd/mod_aolserver.so
AddModule mod_aolserver.c

Also add, in any virtual hosts which will use mod_aolserver:

AolServerConf config_file ${PREFIX}/tcl_modules/nsd.tcl
AolServerConf log_file_location /var/log/httpd/error_log

And, for your DocumentRoot:

<Directory ${PREFIX}/share/httpd/htdocs>
    Options Indexes FollowSymLinks MultiViews ExecCGI
    DirectoryIndex index.tcl index.adp index.shtml index.html index.htm
    AddHandler adp adp
    AddHandler aolserver tcl
</Directory>

Also see the sample config files in
${PREFIX}/share/examples/mod_aolserver.
=============================================================================