diff options
author | cjones <cjones@pkgsrc.org> | 2001-07-19 03:03:50 +0000 |
---|---|---|
committer | cjones <cjones@pkgsrc.org> | 2001-07-19 03:03:50 +0000 |
commit | 41b8062a51f4337135fc3e8054f8237adc4bf9bc (patch) | |
tree | af8d7908ad5d7af9123e8d478c1cac6b57d98f5b /www/ap-aolserver | |
parent | fd3f3c10d9beee36a820fe502f5cda5b1a281074 (diff) | |
download | pkgsrc-41b8062a51f4337135fc3e8054f8237adc4bf9bc.tar.gz |
Corrected a pathname to match PLIST.
Diffstat (limited to 'www/ap-aolserver')
-rw-r--r-- | www/ap-aolserver/pkg/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-aolserver/pkg/MESSAGE b/www/ap-aolserver/pkg/MESSAGE index b2f0031fc46..701af0f40e7 100644 --- a/www/ap-aolserver/pkg/MESSAGE +++ b/www/ap-aolserver/pkg/MESSAGE @@ -1,5 +1,5 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.1.1.1 2001/07/16 17:04:01 cjones Exp $ +$NetBSD: MESSAGE,v 1.2 2001/07/19 03:03:50 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: @@ -9,7 +9,7 @@ AddModule mod_aolserver.c Also add, in any virtual hosts which will use mod_aolserver: -AolServerConf config_file ${PREFIX}/tcl_modules/nsd.tcl +AolServerConf config_file ${PREFIX}/etc/httpd/tcl_modules/nsd.tcl AolServerConf log_file_location /var/log/httpd/error_log And, for your DocumentRoot: |