]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- add mod_flv_streaming config auto/ac/lighttpd-1_4_11-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 19:18:45 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.34

lighttpd.conf

index 1eb6a5a254898f3ade31b3fa9e33b8476a01aa74..2e444ed60b00ce1ef1b140e3874596ba3a1f9a26 100644 (file)
@@ -1,5 +1,4 @@
 # lighttpd configuration file
-#
 # use a it as base for lighttpd 1.4 and above
 #
 # $Id$
@@ -25,6 +24,7 @@ server.modules = (
 #      "mod_evhost",
 #      "mod_expire",
 #      "mod_fastcgi",
+#      "mod_flv_streaming",
 #      "mod_localizer",
 #      "mod_proxy",
 #      "mod_redirect",
@@ -350,4 +350,7 @@ server.groupname           = "lighttpd"
 #      "/cgi-bin/" => "/usr/lib/cgi-bin",
 #)
 
+#### flv_streaming module
+#flv-streaming.extensions = ( ".flv" )
+
 include_shell "/bin/cat webapps.d/*.conf"
This page took 0.035138 seconds and 4 git commands to generate.