help about Apache::Scoreboard

2007-12-12 Thread Jeff Pang
When added these code in my handler: my $r = shift; # We decline to handle subrequests: otherwise, a few lines down we # could get into an infinite loop. return DECLINED unless $r->is_initial_req; # # for limit-ip-conn # my $ip_count = 0; my $limit = $r->dir_config('MaxC

Re: help about Apache::Scoreboard

2007-12-13 Thread Malcolm
On Wednesday 12 December 2007 11:36:34 pm Jeff Pang wrote: > When added these code in my handler: > > > my $r = shift; > > # We decline to handle subrequests: otherwise, a few lines down we > # could get into an infinite loop. > return DECLINED unless $r->is_initial_req; > > # > #

Re: help about Apache::Scoreboard

2007-12-13 Thread Jeff Pang
2007/12/13, Malcolm <[EMAIL PROTECTED]>: > > Just to confirm, you do have a "use Apache::Scoreboard" in there somewhere? > surely I used it. right now I got these exceptions in error_log: [Thu Dec 13 21:53:49 2007] [notice] child pid 4660 exit signal Segmentation fault (11) [Thu Dec 13 21:53:49

Re: help about Apache::Scoreboard

2007-12-14 Thread Malcolm
On Thursday 13 December 2007 10:00:30 am Jeff Pang wrote: > right now I got these exceptions in error_log: > > [Thu Dec 13 21:53:49 2007] [notice] child pid 4660 exit signal > Segmentation fault (11) Apache::Scoreboard is basically just a wrapper around the apache scoreboard api, so we're dealin

Re: help about Apache::Scoreboard

2007-12-14 Thread Jeff Pang
2007/12/14, Malcolm <[EMAIL PROTECTED]>: > On Thursday 13 December 2007 10:00:30 am Jeff Pang wrote: > > > right now I got these exceptions in error_log: > > > > [Thu Dec 13 21:53:49 2007] [notice] child pid 4660 exit signal > > Segmentation fault (11) > > Apache::Scoreboard is basically just a wra