View Single Post

  #1 (permalink)  
Old 06-22-2007
Sergius
 
Posts: n/a
Default Apache 1.3: extended times in access_log

Hello!

Briefly :
How can configure logging in apache additional time access client to
the server :
- the first byte request from the client,
- the last byte request from client
- first byte reply

Problem description :
I have the problem of slow response time from HTTP-client to HTTP-
server (Apache 1.3 + Java). The analysis shows that the server code is
very fast, always two seconds faster. Setting time_taken in access_mod
(parameter %T) shows that the Apache always logging HTTP transaction
time is two seconds or less.
Same time, client have timeout one or more minute by waiting response
from server.
Problem occurs in 3 days stable.
I would like to get an accurate picture of the slowdown, a bottleneck
and try to solve the problem.

Thank you