Re: mod_perl best practices cleanup

2007-01-21 Thread Jonathan Vanasco
On Jan 21, 2007, at 5:49 PM, Tracy12 wrote: If have a Authentication handler written in perl, How can count the no of times it has been accessed by clients, (Some think like no of hits . Counter). Is there a specific handler to do this ? I tried to declare use vars qw( $SESSION_CLEANUP_

Re: mod_perl best practices cleanup

2007-01-21 Thread Tracy12
If have a Authentication handler written in perl, How can count the no of times it has been accessed by clients, (Some think like no of hits . Counter). Is there a specific handler to do this ? I tried to declare use vars qw( $SESSION_CLEANUP_COUNTER); and increment within the code doent seem

Re: Troubleshooting Apache2 Segfaults

2007-01-21 Thread Jonathan Vanasco
On Jan 21, 2007, at 12:05 PM, Joel Gwynn wrote: I've got a mod_perl application which segfaults on every 10th or so requests. Here's what I get in my error log: [notice] child pid exit signal Segmentation fault (11) How would I go about troubleshooting this? toss a bunch of D

Troubleshooting Apache2 Segfaults

2007-01-21 Thread Joel Gwynn
I'm running mod_perl 2.0.2 (I think) on apache 2 on Debian Linux 2.6.9-023stab033.6 I've got a mod_perl application which segfaults on every 10th or so requests. Here's what I get in my error log: [notice] child pid exit signal Segmentation fault (11) How would I go about troubleshooting