From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 17:28:08 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00BC01065673 for ; Mon, 4 Jun 2012 17:28:08 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 5F20E8FC25 for ; Mon, 4 Jun 2012 17:28:07 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q54HS5br003720; Mon, 4 Jun 2012 19:28:05 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q54HS5sG003717; Mon, 4 Jun 2012 19:28:05 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 4 Jun 2012 19:28:05 +0200 (CEST) From: Wojciech Puchar To: Bulent Malik In-Reply-To: <01d501cd425c$1a179530$4e46bf90$@ihlas.net.tr> Message-ID: References: <00b301cd41c0$25b493d0$711dbb70$@ihlas.net.tr> <01d501cd425c$1a179530$4e46bf90$@ihlas.net.tr> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Mon, 04 Jun 2012 19:28:05 +0200 (CEST) Cc: =?ISO-8859-15?Q?'Kalle_M=F8ller'?= , freebsd-questions@freebsd.org Subject: RE: apache2 doesn't .flv in my server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 17:28:08 -0000 >>> But when i call at http://myweb/example.flv i only download this file. >>> How can I solve this case ? > >> AddHandler flv-stream .flv ? > > Yes there is that line in httpd.conf > But flv doesn't work do you have video/x-flv flv in your mime table. browser mostly ignore extension but look at mime type to decide on action.