Re: Apache2::ModLogConfig help needed (feature suggestion)

2011-03-02 Thread Randolf Richardson
> Hi, > > I am in the process of developing an interface to mod_log_config. It can do 2 > things: > > * make CustomLog call perl handlers > * work as a log drain or log file [sNip] > BTW, if you feel urge to comment the idea or the implementation please don't > hesitate. What I think w

Apache2::ModLogConfig help needed

2011-03-02 Thread Torsten Förtsch
Hi, I am in the process of developing an interface to mod_log_config. It can do 2 things: * make CustomLog call perl handlers * work as a log drain or log file Log Drain = CustomLog "@perl: My::Handler" "%I%O" Assuming that My::Handler is defined it will receive 4 parameters here, the

Re: Apache::DBI 1.07+ causes seg faults

2011-03-02 Thread Fred Moyer
There was this recent thread which may be helpful - I didn't follow it that closely: http://www.gossamer-threads.com/lists/modperl/modperl/102636 On Wed, Mar 2, 2011 at 8:10 AM, Richard Chen wrote: > Hi, > >        In order to make use of the ChildExitHandler introduced > in Apache::DBI 1.09, w

Apache::DBI 1.07+ causes seg faults

2011-03-02 Thread Richard Chen
Hi, In order to make use of the ChildExitHandler introduced in Apache::DBI 1.09, we upgraded Apache::DBI from 1.06 to 1.10. But we immediately encounter seg faults errors for every request. The problem is traced back to the line 160 of Apache::DBI 1.10: # We may not actually

Re: Is there any utility/tool ? to find mod_perl programs

2011-03-02 Thread Perrin Harkins
http://search.cpan.org/ - Perrin

Re: Any guide/doc to upgrade to apache 2.2 from apache 1.3?

2011-03-02 Thread Perrin Harkins
http://perl.apache.org/docs/2.0/user/porting/compat.html - Perrin