blob: 40abf20f0eea594edacb477dce4bf4423445203c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
************************************************************
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
************************************************************
|