From ae7657a00ade12c96939389b17dc6eb51bb8914f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 16 Apr 2006 18:43:04 +0000 Subject: [PATCH] - set logfile as we fork - disable nodaemon - avoid tmp race, and use restricted feed dir - update index.html redirect url Changed files: ffserver.conf -> 1.2 --- ffserver.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ffserver.conf b/ffserver.conf index a3b3ff4..496735a 100644 --- a/ffserver.conf +++ b/ffserver.conf @@ -18,10 +18,10 @@ MaxBandwidth 1000 # 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 @@ NoDaemon # 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 @@ ACL allow 192.168.0.0 192.168.255.255 # Redirect index.html to the appropriate site -URL http://www.ffmpeg.org/ +URL http://ffmpeg.sourceforge.net/index.php -- 2.44.0