[EMAIL PROTECTED] Help!!! Problem with cronolog 1.6.1 and apache 2.0.47 on windows 2000

2005-08-18 Thread Michael Lu
Hi, We use cronolog to rotate the apache logs. It causes some problems so I wondering if anybody know the issues and how to solve them. 1. There are 12 cronolog processes running all the time in the background. We only rotate 6 apache logs. And I thought cronolog will only be invoked when there

RE: [users@httpd] log access.log by date

2005-05-19 Thread Michael Lu
I have found the way to use cronolog to do it. Sorry for the newbie question. Michael -Original Message- From: Michael Lu [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 9:54 AM To: 'users@httpd.apache.org' Subject: [EMAIL PROTECTED] log access.log by date Is it possi

[users@httpd] how does apache implement request forwarding

2005-05-19 Thread Michael Lu
When a request comes in does apache wait till the whole request body comes from the client then forward it to tomcat or apache forward the request as soon as it receives the request header while the client is still transferring the request body? I ask this because we have EOFException from the to

RE: [users@httpd] log access.log by date

2005-05-19 Thread Michael Lu
, 2005 3:53 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] log access.log by date Michael: can you summarize at the end. I am looking for an answer to this also, and would greatly appreciate it. Thanks, -George -Original Message- From: Michael Lu [mailto:[EMAIL PROTECTED

[users@httpd] log access.log by date

2005-05-19 Thread Michael Lu
Is it possible to log access.log by date instead of put everything into one huge file? Thanks, Michael - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m

[users@httpd] log request content length in access.log

2005-05-18 Thread Michael Lu
Is there a way to log request content length in access.log? There is a %b option to log response content lengh so I think there should be one for request as well? Thanks, Michael - The official User-To-User support forum of the