diff options
author | grant <grant> | 2002-08-26 00:12:46 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-26 00:12:46 +0000 |
commit | e510d6b5eb50e963e4dbc1634991742a3b58b955 (patch) | |
tree | bf770663ece6182ed0282b66a4d6ebbc8ec4e717 /www/ap-aolserver | |
parent | 4f2ac8f467e5f44d38491e36000a1afa58390655 (diff) | |
download | pkgsrc-e510d6b5eb50e963e4dbc1634991742a3b58b955.tar.gz |
format and word Apache module MESSAGEs consistently.
Diffstat (limited to 'www/ap-aolserver')
-rw-r--r-- | www/ap-aolserver/MESSAGE | 31 |
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 + ============================================================================= |