From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 16 23:45:50 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53B6316A402 for ; Fri, 16 Mar 2007 23:45:50 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 16BC813C4BC for ; Fri, 16 Mar 2007 23:45:50 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0JF000DJ1SOD6520@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 17 Mar 2007 00:45:49 +0100 (CET) Received: from kg-work.kg4.no ([80.202.72.184]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0JF000GRLSOC4V90@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Sat, 17 Mar 2007 00:45:49 +0100 (CET) Date: Sat, 17 Mar 2007 00:45:48 +0100 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH To: freebsd-multimedia@freebsd.org Message-id: <20070317004548.be6d49e4.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: MythTV - MythWeb works X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 23:45:50 -0000 FYI, I have just installed MythWeb (manually) on my FreeBSD MythBackend. I used the following - Apache 2.0.59 from ports/www/apache20 (default install) - PHP 4.4.5 from ports/lang/php4 (enabled the Apache module) - ports/lang/php4-extensions (default install, just to get MySQL support) - MythWeb from the mythplugins source tarball at mythtv.org Following the instructions in the MythWeb readme, I created the directory /usr/local/www/mythweb and copied all MythWeb files into it. The main job is configuring Apache, which mainly is the /usr/local/etc/apache2/http.conf file. First I added php support as per the instructions of the php port. For MythWeb I added Alias /mythweb/ "/usr/local/www/mythweb/" Options FollowSymLinks AllowOverride All You don't have to use "Alias", other ways are possible. Finally, I read the .htaccess file and set up authentication per the instructions. -- Regards, Torfinn Ingolfsen, Norway