Re: Apache::MP3

2003-05-30 Thread Stas Bekman
FARRINGTON, RYAN wrote: Has anyone gotten Apache::MP3 to run on Mod_perl 2? Hold on a bit, I'll post a ported version soonish. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide

Re: Apache::MP3

2003-01-03 Thread asdf asdf
Paul I do know know that in your startup.pl file, if you put: BEGIN{ use Apache (); use lib Apache-server_root_relative('lib/site_perl/5.6.1'); } Then the path to the directory would be: /usr/local/apache/lib/site_perl/5.6.1 or Whever the server root for apache is. The directory

Re: Apache::MP3 requires PerlSetupEnv on, patch to convert toApache::Request

2002-03-05 Thread Ask Bjoern Hansen
On Mon, 4 Mar 2002, Stas Bekman wrote: [] Can CGIpm detect that 'PerlSetupEnv Off' is in effect and die if that's the case? for example by testing some env var that most likely should be set with 'PerlSetupEnv On'? eg: For now I have added that check to Apache::MP3 (with warn instead of

Re: Apache::MP3 requires PerlSetupEnv on, patch to convert to Apache::Request

2002-03-04 Thread Stas Bekman
Eric Hammond wrote: Lincoln: After a day of adding debug statements into Apache::MP3 and CGI.pm I finally tracked down why my streaming was not working. I had listened to http://perl.apache.org/guide/performance.html#PerlSetupEnv_Off which caused $ENV{QUERY_STRING} to not be set which

Re: Apache::MP3::Skin and PerlSetVar

2001-11-28 Thread Jason Galea
Patrick Buckingham wrote: I just install Apache::MP3 and it works fine but if I try to use ::Skin I get these messages for PerlSetVar PerlSetvar takes two arguments Perl config var and value This does this with ::Sortlist also. But with the straight MP3 modules I can use PerlSetVar

Re: Apache::MP3 Problem?

2000-11-29 Thread tom
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