diff options
author | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
commit | 915c5245c3b3e44827ba7cd24d7c765c57a1dd02 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/ap-fastcgi/MESSAGE | |
parent | 0b6b506536c1ff50f1531d26be2fccfe86c74335 (diff) | |
download | pkgsrc-915c5245c3b3e44827ba7cd24d7c765c57a1dd02.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/ap-fastcgi/MESSAGE')
-rw-r--r-- | www/ap-fastcgi/MESSAGE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/ap-fastcgi/MESSAGE b/www/ap-fastcgi/MESSAGE new file mode 100644 index 00000000000..e138b052e24 --- /dev/null +++ b/www/ap-fastcgi/MESSAGE @@ -0,0 +1,12 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:43 zuntum 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 fastcgi_module lib/httpd/mod_fastcgi.so +AddModule mod_fastcgi.c + +============================================================================= |