modperl_apache_mp3

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Apache::MP3 Problem?
From: "Sean Keplinger" <skeplin@one.net>
Date: 	Tue, 28 Nov 2000 20:11:06 -0500

The Apache::MP3 module allows you to stream MP3 files from your webserver --
it's a pretty spiffy little interface. Everything appears to be working
fine, but when I try to stream an MP3, I get the following error in my
error_log:

[Tue Nov 28 20:01:54 2000] [error] [client x.x.x.x] need AuthName:
/mp3/songname.m3u

Is it requesting that I set up a .htaccess file for that directory, or is
something potentially misconfigured in the <Location> directive?

My access.conf is as follows:

<Location /mp3>

   SetHandler perl-script
   PerlHandler Apache::MP3::Sorted

   PerlSetVar  SortFields    Album,Title,-Duration
   PerlSetVar  Fields        Title,Artist,Album,Duration
   PerlSetVar  CacheDir       /usr/tmp/mp3_cache

   Order deny,allow
   Allow from All

</Location>

===

Subject: Re: Apache::MP3 Problem?
From: tom@grubby.net
Date: Wed, 29 Nov 2000 10:23:21 -0800

I think your "Order" directive is wrong.
order should be lower case, as should be allow and all.

Give that a whirl.

Tom

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu