mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
9c118d4f8e
Apache module in C implements Perl module Apache::MP3 PR: 58807 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
27 lines
769 B
Plaintext
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
|
|
|
|
************************************************************
|