From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 19:03:28 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 CCD771065672 for ; Mon, 4 Jun 2012 19:03:28 +0000 (UTC) (envelope-from bmalik@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with ESMTP id 023ED8FC0A for ; Mon, 4 Jun 2012 19:03:27 +0000 (UTC) Received: (qmail 7065 invoked by uid 89); 4 Jun 2012 22:03:25 +0300 Received: from unknown (HELO com2007) (bmalik@ihlas.net.tr@213.238.128.4) by 0 with SMTP; 4 Jun 2012 22:03:25 +0300 From: "Bulent Malik" To: "'Wojciech Puchar'" References: <00b301cd41c0$25b493d0$711dbb70$@ihlas.net.tr> <01d501cd425c$1a179530$4e46bf90$@ihlas.net.tr> In-Reply-To: Date: Mon, 4 Jun 2012 22:03:24 +0300 Message-ID: <024401cd4284$b74e2300$25ea6900$@ihlas.net.tr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQFcXGl/rzy6tpsZDUIvn19TgXR9TAI3d+/CAnG2Yz0CIqobEpeV8Xtw Content-Language: tr Cc: 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 19:03:28 -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. Yes there is too. What can the problem ?