From owner-freebsd-questions@FreeBSD.ORG Sun Jun 3 19:43:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 241CB106564A for ; Sun, 3 Jun 2012 19:43:05 +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 574198FC12 for ; Sun, 3 Jun 2012 19:43:03 +0000 (UTC) Received: (qmail 28482 invoked by uid 89); 3 Jun 2012 22:36:20 +0300 Received: from unknown (HELO com2007) (bmalik@ihlas.net.tr@213.238.128.4) by 0 with SMTP; 3 Jun 2012 22:36:20 +0300 From: "Bulent Malik" To: Date: Sun, 3 Jun 2012 22:36:18 +0300 Message-ID: <00b301cd41c0$25b493d0$711dbb70$@ihlas.net.tr> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac1Bv4vzbHqO1JiiSya3UhNpIpoTvA== Content-Language: tr Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Sun, 03 Jun 2012 19:43:05 -0000 Hello I use apache22-worker on freebsd9 It Works. But I can't video file flv extension. I googled about that and downloaded mod_flvx.c and followed the instructions. Also I see that flv is added as shared module in apache Httpd -M . alias_module (shared) rewrite_module (shared) php5_module (shared) h264_streaming_module (shared) flvx_module (shared) But when i call at http://myweb/example.flv i only download this file. How can I solve this case ?