Re: Apache::DBI 1.07+ causes seg faults

2011-03-03 Thread Perrin Harkins
Hi Richard, >        In Apache::DBI 1.06 $r is not used but $s is used. And no such > seg faults occur. Any one know what is the rational for this change? Yes. It didn't work in Apache::DBI 1.06. Attaching a cleanup handler to $s does not run that handler at the end of the current request, whic

Re: Apache2::ModLogConfig help needed

2011-03-03 Thread Torsten Förtsch
On Wednesday, March 02, 2011 22:02:21 Torsten Förtsch wrote: > Now, I have found a bug in apache that has been fixed somewhere between > 2.2.9 and 2.2.15. Well, it's probably not a bug per se. The behavior simply differs when mod_log_config is compiled in compared to a shared module. Torsten Fö

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

2011-03-03 Thread Torsten Förtsch
On Thursday, March 03, 2011 07:43:54 Randolf Richardson wrote: > > 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 co