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_
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
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
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