puppet/munin/files/cgi-htaccess
2012-10-09 14:50:58 +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>