[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    Re: Apache::MP3 Problem?
From:       tom () grubby ! net
Date:       2000-11-29 18:23:21
[Download RAW message or body]

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

Give that a whirl.

Tom


On Tue, Nov 28, 2000 at 08:11:06PM -0500, Sean Keplinger wrote:
> 
> 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>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: modperl-unsubscribe@apache.org
> For additional commands, e-mail: modperl-help@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: modperl-unsubscribe@apache.org
For additional commands, e-mail: modperl-help@apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic