SOURCES: lighttpd.conf - add mod_flv_streaming config

glen glen at pld-linux.org
Thu Mar 9 20:18:51 CET 2006


Author: glen                         Date: Thu Mar  9 19:18:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add mod_flv_streaming config

---- Files affected:
SOURCES:
   lighttpd.conf (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.33 SOURCES/lighttpd.conf:1.34
--- SOURCES/lighttpd.conf:1.33	Thu Mar  9 20:16:23 2006
+++ SOURCES/lighttpd.conf	Thu Mar  9 20:18:45 2006
@@ -1,5 +1,4 @@
 # lighttpd configuration file
-#
 # use a it as base for lighttpd 1.4 and above
 #
 # $Id$
@@ -25,6 +24,7 @@
 #	"mod_evhost",
 #	"mod_expire",
 #	"mod_fastcgi",
+#	"mod_flv_streaming",
 #	"mod_localizer",
 #	"mod_proxy",
 #	"mod_redirect",
@@ -349,5 +349,8 @@
 #alias.url = (
 #	"/cgi-bin/" => "/usr/lib/cgi-bin",
 #)
+
+#### flv_streaming module
+#flv-streaming.extensions = ( ".flv" )
 
 include_shell "/bin/cat webapps.d/*.conf"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list