diff options
author | mjl <mjl> | 2000-04-18 09:04:54 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-04-18 09:04:54 +0000 |
commit | e49095c908471d959d236ab2bc12658563be01ca (patch) | |
tree | 2ed2930d6f26bc5e27ccc04b191f49df225d784b | |
parent | 71d575df64920863df3854da35943d8433274de1 (diff) | |
download | pkgsrc-e49095c908471d959d236ab2bc12658563be01ca.tar.gz |
Fix syntax of LoadModule line, which takes two parameters.
-rw-r--r-- | www/ap-fastcgi/pkg/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-fastcgi/pkg/MESSAGE b/www/ap-fastcgi/pkg/MESSAGE index 96566734213..ed48aa8c86b 100644 --- a/www/ap-fastcgi/pkg/MESSAGE +++ b/www/ap-fastcgi/pkg/MESSAGE @@ -1,12 +1,12 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.4 1999/05/13 14:59:43 tv Exp $ +$NetBSD: MESSAGE,v 1.5 2000/04/18 09:04:54 mjl Exp $ You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following lines in order to use this module. Also see ${PREFIX}/share/httpd/htdocs/manual/mod/mod_fastcgi.html for instructions on setting up FastCGI handlers. -LoadModule lib/httpd/mod_fastcgi.so +LoadModule fastcgi_module ${PREFIX}/lib/httpd/mod_fastcgi.so AddModule mod_fastcgi.c ============================================================================= |