source: trunk/server/fedora/config/etc/httpd/conf.d/execsys.conf @ 2842

Last change on this file since 2842 was 2836, checked in by andersk, 7 years ago
Remove the old C version of static-cat
File size: 522 bytes
Line 
1<FilesMatch "(?i)\.(cgi|exe|php|pl|py|scm)$">
2        SetHandler cgi-script
3        Options +ExecCGI
4</FilesMatch>
5
6<FilesMatch "(?i)\.(avi|css|doc|docm|docx|dot|dotm|dotx|eot|gif|htm|html|ico|il|jar|jpeg|jpg|js|mid|midi|mov|mp3|mpeg|mpg|odb|odc|odf|odg|odi|odm|odp|ods|odt|otf|otg|oth|otp|ots|ott|pdf|png|pot|potm|potx|ppa|ppam|pps|ppsm|ppsx|ppt|pptm|pptx|ps|svg|swf|tar|tgz|tif|tiff|ttf|wav|wmv|woff|woff2|xaml|xap|xhtml|xla|xlam|xls|xlsb|xlsm|xlsx|xlt|xltm|xltx|xml|xsl|zip)$">
7        SetHandler cgi-script
8        Options +ExecCGI
9</FilesMatch>
Note: See TracBrowser for help on using the repository browser.