SOURCES: ffserver.conf - set logfile as we fork - disable nodaemon...

glen glen at pld-linux.org
Sun Apr 16 20:43:09 CEST 2006


Author: glen                         Date: Sun Apr 16 18:43:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set logfile as we fork
- disable nodaemon
- avoid tmp race, and use restricted feed dir
- update index.html redirect url

---- Files affected:
SOURCES:
   ffserver.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ffserver.conf
diff -u SOURCES/ffserver.conf:1.1 SOURCES/ffserver.conf:1.2
--- SOURCES/ffserver.conf:1.1	Sun Apr 16 20:41:57 2006
+++ SOURCES/ffserver.conf	Sun Apr 16 20:43:04 2006
@@ -18,10 +18,10 @@
 
 # Access log file (uses standard Apache log file format)
 # '-' is the standard output.
-CustomLog -
+CustomLog /var/log/ffserver/access.log
 
 # Suppress that if you want to launch ffserver as a daemon.
-NoDaemon
+#NoDaemon
 
 
 ##################################################################
@@ -43,7 +43,7 @@
 # a path where the feed is stored on disk. You also specify the
 # maximum size of the feed, where zero means unlimited. Default:
 # File=/tmp/feed_name.ffm FileMaxSize=5M
-File /tmp/feed1.ffm
+File /var/cache/ffserver/feed1.ffm
 FileMaxSize 200K
 
 # You could specify
@@ -343,7 +343,7 @@
 # Redirect index.html to the appropriate site
 
 <Redirect index.html>
-URL http://www.ffmpeg.org/
+URL http://ffmpeg.sourceforge.net/index.php
 </Redirect>
 
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ffserver.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list