Re: [users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-11 Thread Daniel Ruggeri
On 4/11/2013 1:42 AM, santosh kumar wrote: > Hi > > I am in search of any tool through which i can measure quality of > service of my sebservice which is being accessed through Apache . > My webservice is being deployed on tomcat and being accessed by Apache > from outer world. > The problem i am

Re: [users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-11 Thread Daniel Ruggeri
Hi, Santosh; Top of mind, if you have control of the backend response object you could: Have the HTTP status code from the backend more accurately reflect typical HTTP status codes (4xx would be better than 5xx in "OK" scenarios). Add a response header indicating "OK" and log that (mod_log_confi

[users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-10 Thread santosh kumar
Hi I am in search of any tool through which i can measure quality of service of my sebservice which is being accessed through Apache . My webservice is being deployed on tomcat and being accessed by Apache from outer world. The problem i am facing is My Customer uses apache's access logs to measu