missing .al files with apache/mod_perl

2002-06-26 Thread Allen Day
Hi, I asked about this before, but didn't get a response, so here we go again... I'm able to use MPEG::LibMPEG3 in a command line perl script, but if I try to use it under mod_perl, I get an error: [error] Can't locate auto/MPEG/LibMPEG3/dimensions.al in INC ... Furthermore, this file doesn't

Re: Memory Leaks

2002-05-20 Thread Allen Day
I've noticed that if I restart apache while I'm in the middle of a download (MP3 stream), after the buffer in my MP3 player runs out, it skips to the next track -- presumably because the connection was closed. This might cause a problem for you if your users are downloading big files. They

Re: Memory Leaks

2002-05-20 Thread Allen Day
is interested. -Allen On Mon, 20 May 2002, Per Einar Ellefsen wrote: At 23:54 20.05.2002, Allen Day wrote: I've noticed that if I restart apache while I'm in the middle of a download (MP3 stream), after the buffer in my MP3 player runs out, it skips to the next track -- presumably because

sending CGI ouput through a handler

2002-05-19 Thread Allen Day
Okay, I realize this has probably been covered before, but I couldn't find anything in the archive... I have a configuration like this: Location / SetHandler perl-script PerlHandler My::Handler /Location My::Handler takes the requested file and adds some markup to it with the Template

Re: sending CGI ouput through a handler

2002-05-19 Thread Allen Day
My::Handler takes the requested file and adds some markup to it with the Template Toolkit if the MIMEtype of the file is text/html. I want to be able to use the same handler to also add markup to the output of executed CGI. What is the best way to do this? You can't feed the output