You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_flvx/files/20_mod_flvx.conf

12 lines
260 B

<IfDefine FLVX>
LoadModule flvx_module modules/mod_flvx.so
# Avoiding AddHandler directive for security
# https://bugs.gentoo.org/show_bug.cgi?id=544572
<FilesMatch "\.flv$">
SetHandler flv-stream
</FilesMatch>
</IfDefine>
# vim: ts=4 filetype=apache