:: How to Configure Apache for FLV Streaming
+ Installing mod_flvx

wget //people.apache.org/~pquerna/modules/mod_flvx.c
which apxs
/usr/bin/apxs
/usr/bin/apxs -cia mod_flvx.c

+ setup mod_flvx in http.conf

vi /etc/apache/conf/httpd.conf

## add these line:

LoadModule flvx_module        modules/mod_flvx.so
AddHandler flv-stream .flv

+ restrarting Apache

/etc/init.d/httpd restart

 
:: Links
+ Google
+ GeekTNT