1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/mod_musicindex/pkg-message
Ying-Chieh Liao 9c118d4f8e 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>
2003-11-03 16:17:10 +00:00

27 lines
769 B
Plaintext

************************************************************
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
************************************************************