head	1.2;
access;
symbols
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.01.22.20.56.55;	author clement;	state dead;
branches;
next	1.1;

1.1
date	2003.11.03.16.17.10;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Cleanup the ports and update pkg-message
- Pass maintainership to submitter

PR:		ports/76575
Submitted by:	Tobias Roth <ports@@fsck.ch>
@
text
@************************************************************
You've installed mod_musicindex

Edit your apache.conf or httpd.conf to enable and setup this
module. 

And sample Directory configuration should looks like this:

<Directory /usr/local/www/data/musicindex/>
    Options Indexes MultiViews FollowSymlinks
    AllowOverride None
    MusicLister
    MusicSortOrder      artist album track title
    MusicFields         title artist album track length bitrate
    MusicAllowDownload
    MusicAllowStream
    MusicAllowSearch
    MusicCachePath      /tmp/musicindex
</Directory>

Then do this to make it work effective:

# apachectl configtest (see if there are any config errors)
# apachectl restart

************************************************************
@


1.1
log
@add mod_musicindex 0.8.9
Apache module in C implements Perl module Apache::MP3

PR:		58807
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@@

