summaryrefslogtreecommitdiff
path: root/www/ap-aolserver/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-aolserver/MESSAGE')
-rw-r--r--www/ap-aolserver/MESSAGE29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/ap-aolserver/MESSAGE b/www/ap-aolserver/MESSAGE
new file mode 100644
index 00000000000..565d4ee33b3
--- /dev/null
+++ b/www/ap-aolserver/MESSAGE
@@ -0,0 +1,29 @@
+=============================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:31 zuntum 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 tcl_modules /usr/local/etc/httpd/tcl_modules
+AolServerConf config_file /usr/local/etc/httpd/tcl_modules/nsd.tcl
+AolServerConf log_file_location /var/log/httpd/error_log
+AolServerConf lockfile /var/run/aolsrv_lock
+AolServerConf nsv_shmem_file /var/run/aolsrv_shmem
+
+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.
+=============================================================================