blob: 9214400920dc5b982824ff3225a25153f6708aae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
************************************************************
To enable this module, add something like the following
lines to your server configuration file:
LoadModule fcgid_module libexec/apache%%APACHE_VERSION%%/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
************************************************************
|