diff options
author | tv <tv> | 1998-12-04 00:36:55 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-04 00:36:55 +0000 |
commit | c7f64f6e0c7ee0fc9d9504b86f0753e17513ccc6 (patch) | |
tree | a2cdeb8e6c1ec77049af5f7a0d2b068acb6f5a44 /www | |
parent | 6077d0893c73914689ba9d2093a12f481b0174a8 (diff) | |
download | pkgsrc-c7f64f6e0c7ee0fc9d9504b86f0753e17513ccc6.tar.gz |
Fix configuration directives. You don't need to put ${PREFIX}, and the
dir is now lib/httpd instead of lib-apache.
Diffstat (limited to 'www')
-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 ============================================================================= |