blob: ef60b156cb0fbacf54d4934fe571f417419f5bec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $
To enable this module, add something like the following lines to
your Apache server configuration file:
LoadModule fcgid_module lib/httpd/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
===========================================================================
|