diff options
author | tv <tv@pkgsrc.org> | 1998-12-04 00:36:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-04 00:36:55 +0000 |
commit | 8762dd81820197b218b58145b843f1bb9a931edc (patch) | |
tree | a2cdeb8e6c1ec77049af5f7a0d2b068acb6f5a44 | |
parent | a0aa86df954545c13c9d58a497a61717e81c3c8a (diff) | |
download | pkgsrc-8762dd81820197b218b58145b843f1bb9a931edc.tar.gz |
Fix configuration directives. You don't need to put ${PREFIX}, and the
dir is now lib/httpd instead of lib-apache.
-rw-r--r-- | www/ap-fastcgi/pkg/MESSAGE | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/ap-fastcgi/pkg/MESSAGE b/www/ap-fastcgi/pkg/MESSAGE index 9316277aca1..5c4fe379eec 100644 --- a/www/ap-fastcgi/pkg/MESSAGE +++ b/www/ap-fastcgi/pkg/MESSAGE @@ -1,12 +1,10 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.2 1998/12/04 00:31:02 tv Exp $ +$NetBSD: MESSAGE,v 1.3 1998/12/04 00:36:55 tv 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 -(substitute ${PREFIX} with /usr/pkg or your prefix as appropriate): -LoadModule ${PREFIX}/lib/apache/mod_fastcgi.so -... +LoadModule lib/httpd/mod_fastcgi.so AddModule mod_fastcgi.c ============================================================================= |