On Mon, 3 Mar 2003 13:36:05 + (GMT)
Ged Haywood <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> On Mon, 3 Mar 2003, Paolo Campanella wrote:
>
> > gdb reports that clean_child_exit is not defined - perhaps you are
> > looking at newer sources than mine (1.3.22).
On Mon, 3 Mar 2003 13:36:05 + (GMT)
Ged Haywood <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> On Mon, 3 Mar 2003, Paolo Campanella wrote:
>
> > gdb reports that clean_child_exit is not defined - perhaps you are
> > looking at newer sources than mine (1.3.22).
On Fri, 28 Feb 2003 12:12:48 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> > Exception 415: UnableToReadFont
> > (@/usr/X11R6/lib/X11/fonts/ttf/Ritalin.ttf) at /path/to/script line
> > 584.[Fri Feb 28 14:31:49 2003] [alert] Child 1216 returned a Fatal
> > error... Apache is exiting!
>
> That'
On Fri, 28 Feb 2003 12:15:32 -0800
"Kyle Oppenheim" <[EMAIL PROTECTED]> wrote:
> It looks like the parent server will exit if one of its children exits
> with APEXIT_CHILDFATAL. Unfortunately, if you grep for that in the
> Apache source, it comes up more than a few times. A stacktrace would be
>
On 27 Feb 2003 11:35:15 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Thu, 2003-02-27 at 11:06, Paolo Campanella wrote:
> > Just one thing though: when the process dies, it
> > really does take the main server process down with it:
> >
> > [Thu Feb 27
On 27 Feb 2003 10:33:21 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Thu, 2003-02-27 at 08:42, Paolo Campanella wrote:
> > Pretend
> > for a moment that you have no specific knowledge of the library which
> > causes this problem: is there any black bo
Hi Chris
On Thu, 27 Feb 2003 09:33:07 -0500
"Chris Faust" <[EMAIL PROTECTED]> wrote:
> Hey Paolo,
>
> Did you try to add some die statements to see if it made any difference,
> so something like:
>
> use Image::Magick;
> my $image=Image::Magick->new(size=>'75x75');
> $image->Read('null:white')
Hi Nigel
On Thu, 27 Feb 2003 14:16:45 + (GMT)
Nigel Hamilton <[EMAIL PROTECTED]> wrote:
> HI Paolo,
>
> Can you use an eval {}; block?
No, doesn't work. This is also (AFAIK) how Error.pm works.
> Or maybe solve the bug. Is the @ symbol meant to appear in the
> font path?
Sol
Hi all
Here's a stripped-down version of a script I use:
===
use Image::Magick;
my $image=Image::Magick->new(size=>'75x75');
$image->Read('null:white');
my @x =
$image->QueryFontMetrics(font=>'@/usr/X11R6/lib/X11/fonts/ttf/Ritalin.t
On Mon, 13 Jan 2003 11:03:28 -0500
John Siracusa <[EMAIL PROTECTED]> wrote:
> We've been struggling with load balancers for a while now. My
> requirements are pretty simple. I have a handful of plain and mod_perl
> apache servers, some of which are identical and a few of which are the
> only ones
On Wed, 04 Dec 2002 08:29:29 -0500
Geoffrey Young <[EMAIL PROTECTED]> wrote:
> > Can anyone recommend an alternative which does what I want?
>
> I'm not too familar with mod_throttle, but
>
> http://www.snert.com/Software/mod_throttle/#ThrottlePolicy
>
> seems to suggest you get per-location th
Hi all
I had a look at mod_throttle, but it doesn't seem to be able to do what
I want. I would like to limit accesses by remote IP address, _per-URL_
(mod_throttle seems to only be able to do this in the server scope,
not per-location/per-directory/per-virtualhost).
Can anyone recommend an alter
On Wed, 23 Oct 2002 17:55:05 -0500 (CDT)
Dave Rolsky <[EMAIL PROTECTED]> wrote:
> On a page with 5 different dynamic images (all generated by the same
> chunk of code, it's a set of graphs), I'll often see 1 or 2 as a broken
> image, but the rest work. Sometimes all 5 are ok.
Unlikely to be your
On Tue, 12 Mar 2002 09:18:32 -0500
Bill Marrs <[EMAIL PROTECTED]> wrote:
> But... recently, something happened, and things have changed. After some
> random amount of time (1 to 40 minutes or so, under load), the parent httpd
> suddenly loses about 7-10mb of share between it and any new child
14 matches
Mail list logo