puppet/munin/files/cgi-htaccess
2012-09-05 17:29:36 +03:00

7 lines
138 B
Text

Options +ExecCGI
<IfModule mod_fcgid.c>
SetHandler fcgid-script
</IfModule>
<IfModule !mod_fcgid.c>
SetHandler cgi-script
</IfModule>