[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] serving mp3's and ogg's
|
<Location /music/>
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
# PerlSetVar CacheDir /tmp/mp3_cache
# PerlSetVar BaseDir /home/mp3
</Location>
When I access <http://localhost/music>, I see the following in my
logs:
[<date>] [error] [client 127.0.0.1] File does not exist: /var/www/music
127.0.0.1 - - [<date>] "GET /music HTTP/1.0" 404 199
I'm sorry if this was mentioned earlier, I missed the last two days'
mail....
have you tried making a symlink from /home/mp3/ to /var/www/music/ ?
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|