From 8762dd81820197b218b58145b843f1bb9a931edc Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 4 Dec 1998 00:36:55 +0000 Subject: Fix configuration directives. You don't need to put ${PREFIX}, and the dir is now lib/httpd instead of lib-apache. --- www/ap-fastcgi/pkg/MESSAGE | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'www/ap-fastcgi') 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 ============================================================================= -- cgit v1.2.3