Re: [us...@httpd] Need to know incoming request before apache responds

2010-10-15 Thread Rainer Jung
On 15.10.2010 23:12, Sudhir Dharmadhikari wrote: Hi , We have slow response from app servers which is being load balanced using mod_jk . We need to know if apache is receiving request, so that we can check time taken by app server . Currently, all apache logs are updated only when request is res

[us...@httpd] Need to know incoming request before apache responds

2010-10-15 Thread Sudhir Dharmadhikari
Hi , We have slow response from app servers which is being load balanced using mod_jk . We need to know if apache is receiving request, so that we can check time taken by app server . Currently, all apache logs are updated only when request is responded by apache , not when request is received. L