blob: 17a13263fc357d35d86b2ef65325517f825b9d06 (
plain)
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/apache2/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
************************************************************
|