From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 19:37:44 2009 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 8239C106568A for ; Thu, 1 Jan 2009 19:37:44 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id D2E4E8FC1D for ; Thu, 1 Jan 2009 19:37:43 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ewy14 with SMTP id 14so7351761ewy.19 for ; Thu, 01 Jan 2009 11:37:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=3OSi1wOSIGxAtp6AdIJ8/GpRwUk8WSGVIF9+OX6kaKk=; b=LHwAkuaG0UpAo8M+07f4g5yhmR16U0mRh+pZNjD7J688IPgrWURmKfkayL3kq7yfK9 Xg1i50cRq0kXywmZwkBNsBrj7sY2bf4+gc1fPgO8ZdQMV9LMM9pvX1lYWcVmYKgNu+iF NPKoQ4wS5CbTDm+aytiCNPz6WpI6QrldF2NxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=AvgXb3yZ/G5mzUJ+r3Enxyi6kOROUuMEmWwR3eakauARbqPL7gmtdohwlPkyi901Vq 2srfkgb/H0FrVfq4hkboJS0qKyiidFXYgbAs1qvHBHDShkgXK4i4qSQ9xRVV8fsmp2wV Ojvsrz64vUXUWw7eTaZkhYX0xk7zvka76+q7E= Received: by 10.210.92.8 with SMTP id p8mr13056032ebb.143.1230838662586; Thu, 01 Jan 2009 11:37:42 -0800 (PST) Received: from darklight.homeunix.org ([85.175.24.248]) by mx.google.com with ESMTPS id t2sm29159956gve.31.2009.01.01.11.37.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Jan 2009 11:37:42 -0800 (PST) Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n01Jbd4u001807 for ; Thu, 1 Jan 2009 22:37:39 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n01Jbc76001806 for freebsd-questions@freebsd.org; Thu, 1 Jan 2009 22:37:38 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 1 Jan 2009 22:37:38 +0300 From: Yuri Pankov To: Free BSD Questions list Message-ID: <20090101193738.GA1498@darklight.homeunix.org> References: <20090101190111.GA21878@teddy.fas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090101190111.GA21878@teddy.fas.com> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Nice web interface or music? 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: Thu, 01 Jan 2009 19:37:45 -0000 On Thu, Jan 01, 2009 at 02:01:11PM -0500, stan wrote: > I's like to set up my MP3's so that I can access them from the web server > on my Free-BSD 7.1 machine. Is there a port, that provides a nice interface > to this? I'd like something better than just letting Apache display the > directories. > > Sugestins? > > -- > One of the main causes of the fall of the roman empire was that, lacking > zero, they had no way to indicate successful termination of their C > programs. Try /usr/ports/www/mod_musicindex Yuri