summaryrefslogtreecommitdiff
path: root/www/ap-aolserver
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-08-26 00:12:46 +0000
committergrant <grant@pkgsrc.org>2002-08-26 00:12:46 +0000
commitb9e3298441a507d28ade6ae4dd0c741f5a26f26f (patch)
treebf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-aolserver
parente35a416abb1467c32e307e969bf2d5565a76eb0b (diff)
downloadpkgsrc-b9e3298441a507d28ade6ae4dd0c741f5a26f26f.tar.gz
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-aolserver')
-rw-r--r--www/ap-aolserver/MESSAGE31
1 files changed, 16 insertions, 15 deletions
diff --git a/www/ap-aolserver/MESSAGE b/www/ap-aolserver/MESSAGE
index 565d4ee33b3..72f876b1b43 100644
--- a/www/ap-aolserver/MESSAGE
+++ b/www/ap-aolserver/MESSAGE
@@ -1,29 +1,30 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:31 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/08/26 00:12:46 grant 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:
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
-LoadModule aolserver_module lib/httpd/mod_aolserver.so
-AddModule mod_aolserver.c
+ LoadModule aolserver_module lib/httpd/mod_aolserver.so
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
+ 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
+ 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.
+
+ ${PREFIX}/share/examples/mod_aolserver
+
=============================================================================