pkgsrc/www/ap2-fcgid/MESSAGE

14 lines
439 B
Text
Raw Normal View History

===========================================================================
$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>
===========================================================================