Fix syntax of LoadModule line, which takes two parameters.
This commit is contained in:
parent
67cc004e1e
commit
8571747e3a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
=============================================================================
|
||||
|
|
Loading…
Reference in a new issue