From owner-freebsd-apache@FreeBSD.ORG Wed Jan 19 18:42:08 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B44816A4CE; Wed, 19 Jan 2005 18:42:08 +0000 (GMT) Received: from antivirus.uni-rostock.de (antivirus.uni-rostock.de [139.30.8.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E526443D53; Wed, 19 Jan 2005 18:42:06 +0000 (GMT) (envelope-from ingmar.gebert@uni-rostock.de) Received: from antivirus.exch.rz.uni-rostock.de ([127.0.0.1]) by antivirus.uni-rostock.de with Microsoft SMTPSVC(6.0.3790.211); Wed, 19 Jan 2005 19:42:06 +0100 Received: from antivirus.uni-rostock.de (unverified) by antivirus.exch.rz.uni-rostock.de ; Wed, 19 Jan 2005 19:42:05 +0100 Received: from mail.uni-rostock.de ([139.30.8.11]) by antivirus.uni-rostock.de with Microsoft SMTPSVC(6.0.3790.211); Wed, 19 Jan 2005 19:42:05 +0100 Received: from conversion-daemon.mail2.uni-rostock.de by mail2.uni-rostock.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) id <0IAK00701TSRG2@mail.uni-rostock.de> (original mail from ingmar.gebert@uni-rostock.de); Wed, 19 Jan 2005 19:42:05 +0100 (MET) Received: from Pequod (vpn017149.uni-rostock.de [139.30.17.149]) by mail2.uni-rostock.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPS id <0IAK00650UM4M7@mail.uni-rostock.de>; Wed, 19 Jan 2005 19:42:05 +0100 (MET) Date: Wed, 19 Jan 2005 19:40:57 +0100 From: Ingmar Gebert To: Clement Laforet Message-id: <000001c4fe56$90e3fe80$95111e8b@Pequod> Organization: University of Rostock MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Mailer: Microsoft Outlook Express 6.00.2900.2527 Content-type: text/plain; reply-type=original; charset=iso-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <000201c4fe2e$ce801df0$95111e8b@Pequod> <20050119144848.GA88791@goofy.cultdeadsheep.org> X-OriginalArrivalTime: 19 Jan 2005 18:42:05.0822 (UTC) FILETIME=[92E329E0:01C4FE56] cc: ports@FreeBSD.org cc: apache@FreeBSD.org Subject: Re: FreeBSD Port: mod_musicindex-0.99.7 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 18:42:08 -0000 Hi Clement, > First of all, there no "official layout" for webapps. > OTOH, as mnaintainer of apache ports, I consider ${PREFIX}/www/data > should only be used by default webpage(s) of webservers (apache, > monkey etc...). webapps (or any webcontent created by ports) have to > be put in ${PREFIX}/www/${PORTNAME}. > BTW, it has to be discussed to find a clever and modular policy > about webapps. didn't know about the web folder policy. I agree web applications and server modules should be treated differently, but they should nevertheless work out of the box. At the moment mod_musicindex assumes that style data can be read from /musicindex, but it can't. There should be at least a notice that an Alias with the name /musicindex has to be created (better yet add it with the install script) or the data needs to be copied to www/data by hand. > > Also, the module does not seem to read these files from the location > > specified in the directive in httpd.conf. It always tries to > > read from /musicindex. Is this path fixed at compile time ? > > I'll have a look at it tonight, but BTW, it can be fixed by tweaking > apache config (by using Alias directive). > Thanks for the report. Thanks for looking into it. Ingmar