Strange error in log when trying to implement PerlTypeHandler

2005-07-19 Thread Michele Gherlone
Hi all! I was trying to bypass mod_mime for certain mime type, and I wrote this small handler: package Apache::MIMEMagic; $Apache::MIMEMagic::VERSION='0.10'; use Apache2::Const -compile => qw(OK DECLINED); use File::MMagic; use strict; sub handler { my

Re: Strange error in log when trying to implement PerlTypeHandler

2005-07-20 Thread Michele Gherlone
On Wed, 20 Jul 2005 12:05:34 +0200 Stas Bekman <[EMAIL PROTECTED]> wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* Michele Gherlone wrote: Hi all! I was trying to bypass mod_mime for certain mime type, and I wrote this small h

Getting to learn more about modperl2 API

2005-07-23 Thread Michele Gherlone
Hi all, I hope this message is appropriate here and won't break any of the holy rules of the list... I've recently upgraded my production environment to modperl 2.0.1 and Apache 2.0.54 under linux and Mason 1.29_02. I run a pretty complicated, but powerful configuration and everything is ok. P

Re: Getting to learn more about modperl2 API

2005-07-25 Thread Michele Gherlone
On Mon, 25 Jul 2005 12:10:36 -0400 Geoffrey Young <[EMAIL PROTECTED]> wrote: sorry about that. No problem, but it really would be great if the equivalent of "Writing Apache modules with Perl and C" by Lincoln Stein and Doug MacEachern or of your wonderful work "modperl: Developer's cookbook"