Help adding apache module mod_flvx.

Code:
cd /usr/local/src
wget http://people.apache.org/~pquerna/modules/mod_flvx.c
/usr/sbin/apxs -i -a -c mod_flvx.c

Now add the following to /etc/httpd/conf/httpd.conf:
Code:
AddHandler flv-stream .flv

Restart apache:
Code:
/etc/init.d/httpd restart
 
Back
Top