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
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
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
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;
>
> #
> #
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