On 21.11.2011 11:59, "Plüm, Rüdiger, VF-Group" wrote:
-----Original Message-----
From: Steffen [mailto:[email protected]]
Sent: Montag, 21. November 2011 11:50
To: [email protected]
Subject: Win 2.3.15 :: The timeout specified has expired
Observing that the error.log is filling with [http:error]
lines, never seen
with 2.2:
[http:error] [pid 3244:tid 2656] (70007)The timeout specified
has expired:
[client 114.79.60.32:11091] Timeout while writing data for URI
/download/binaries/httpd-2.2.21-win32-x86-ssl.zip to the client.
New feature ?
Happens when client is downloading partial (206).
What is the "timeout specified" in the line and can it changed ?
Should be the normal "Timeout" parameter.
And you can cross check those timeouts by adding "%D" to the LogFormat
you use in your access log. The resulting value for those requests
should be very close to the defined timeout.
Note that by default the time stamp in the access log is the time the
request started, and in the error log the time of the event, which would
be about request start plus timeout. You can also log the end of request
time in the accesslog alternatively or in addition to request start
using %{end}t in the LogFormat.
Regards,
Rainer