Hello,
Can I use the log_config_module (mod_log_config.so) with
PerlProcessConnectionHandler somehow? Or do I have to use my own
implementation?
After running the attached config, I expected to see some content both
in test_log and test_log2...
--
Radosław Zieliński <[EMAIL PROTECTED]>
LoadMod
> Acutally, I am already using Apache::SizeLimit. I just read in a few
> places that it's a good idea use both -- Apache::SizeLimit to catch
> normal growth and Apache::Resource for emergencies.
Ehhh... Don't think I've read that anywhere... I don't see how it could hurt
though.
Which one is set
Original Message
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 21 Jul 2006 17:34:42 +0530
From: Deepal Jayasinghe <[EMAIL PROTECTED]>
Subject: The Asian Event for Apache Technologies! Register Now and Save!
Dear Apache enthusiast,
ApacheCon Asia is the first ever Asian offering o
On Sun, 2006-07-23 at 15:44 -0700, Philip M. Gollucci wrote:
> > Acutally, I am already using Apache::SizeLimit. I just read in a few
> > places that it's a good idea use both -- Apache::SizeLimit to catch
> > normal growth and Apache::Resource for emergencies.
> Ehhh... Don't think I've read that