Hi All, My query is , in apache access_log we get the entry of " 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326"
What the log document says is "10/Oct/2000:13:55:36" is the time when the request is received by Apache.So suppose the server is overloaded and it has a ListenBackLog 511, so if the request is in queue does apache starts the timer or the timer is started only when it is fetched from the queue.Also my guess suppose the request is not in queue so the timer is going to be started immediately.Please let me know your views. Thanks in advance. Regards -A