On 13.09.2010 15:27, Joost de Heer wrote:
On Mon, September 13, 2010 14:28, Garg, Saman wrote:
Thanks Jeff for your reply.
Is apache expected to not create new mod-jk log right on restart?
Apache no longer creates the logfile, that's now left to rotatelogs. And
rotatelogs only creates the file
On Mon, September 13, 2010 14:28, Garg, Saman wrote:
> Thanks Jeff for your reply.
> Is apache expected to not create new mod-jk log right on restart?
Apache no longer creates the logfile, that's now left to rotatelogs. And
rotatelogs only creates the file when there's data.
Joost
--
On Mon, Sep 13, 2010 at 8:28 AM, Garg, Saman wrote:
> Thanks Jeff for your reply.
> Is apache expected to not create new mod-jk log right on restart? Shouldn't
> it create file with 0 bytes on restart even if there is nothing to write at
> restart?
>
that's not how rotatelogs works
e.g., if you
could see an entry for that same request as ERROR so I
think request should be good.
Thanks
From: Jeff Trawick
To: users@httpd.apache.org
Sent: Mon Sep 13 04:57:25 2010
Subject: Re: [us...@httpd] Apache mod-jk log rotate issue
On Mon, Sep 13, 2010 at 7:
On Mon, Sep 13, 2010 at 7:14 AM, Garg, Saman wrote:
> Hi All,
>
> I am trying to implement apache mod-jk logrotate using apache
> "rotatelogs" program. Below is the entry that I have made in mod-jk
> config file where and values are correctly
> specified.
>
>
> JkLo
Hi All,
I am trying to implement apache mod-jk logrotate using apache
"rotatelogs" program. Below is the entry that I have made in mod-jk
config file where and values are correctly
specified.
JkLogFile "|//bin/rotatelogs
//mod_jk.log.%Y-%m-%d-%H_%M_%S 86400"
JkLogLe