freebsd-ports/www/mod_fcgid/pkg-message

11 lines
349 B
Text
Raw Normal View History

************************************************************
To enable this module, add something like the following
lines to your server configuration file:
LoadModule fcgid_module libexec/apache2/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
************************************************************