> 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
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
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
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
http://search.cpan.org/
- Perrin
http://perl.apache.org/docs/2.0/user/porting/compat.html
- Perrin