7 lines
138 B
Text
7 lines
138 B
Text
Options +ExecCGI
|
|
<IfModule mod_fcgid.c>
|
|
SetHandler fcgid-script
|
|
</IfModule>
|
|
<IfModule !mod_fcgid.c>
|
|
SetHandler cgi-script
|
|
</IfModule>
|