Re: Debugging web server problems (serving PPP users)

From: David Jones (JONESD_at_ecr6.ohio-state.edu)
Date: 05/25/05


Date: 25 May 2005 04:45:55 GMT

In message <4293D751.51A82181@comcast.net>,
  David J Dachtera <djesys.nospam@comcast.net> writes:
>JF Mezei wrote:
>>
>> Just for posterity...
>>
>> The problem I had was with the OSU web server configuration. I had
>> defined, in the configuration file, a time limit of 2 minutes to respond
>> to HTTP requests. (timelimit response).
>>
>> Should web servers have a time limit to respond to requests ? If so, how
>> long should it be ?
>
>Apparently, the server cannot detect that the response not only came,
>but is still in process and that the response timer is now irrelevant.

The timeout is on the basis of whether the response has completed, not whether
it has begun (on the time scale being used, there is not much variation it how
long it takes the server to open a file and start sending the data).
The default configuration for the server is a 2 minute request timeout and a
1 hour response timeout. Within the response time window, scripts have a
separate set of timeouts for the different stages they go through.

David L. Jones | Phone: (614) 271-6718
Ohio State University | Internet:
140 W. 19th St. | jonesd@er6s1.eng.ohio-state.edu
Columbus, OH 43210 | vman+@osu.edu

Disclaimer: I'm looking for marbles all day long.



Relevant Pages

  • Re: sendmail configuration
    ... the dig command gives 'connection timeout' error. ... Please confirm that I need to put an DNS entry for server? ... Subject: sendmail configuration ...
    (RedHat)
  • Re: problem with HttpWebRequest GetResponse
    ... It is possible that the server is actually sending an illegal HTTP response. ... the system.net configuration section (httpWebRequest element) like so, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: NSLOOKUP intermittent failures
    ... I can set the timeout value to 20 seconds and it still ... >the machine IP address I receive the response immediately resolved to ... Default Server: tippecanoe.county.tippecanoe.in.us ... SendRequest(), len 56 ...
    (microsoft.public.windows.server.dns)
  • Re: Time out SSL request?
    ... The problem is, the server is flaky, and I'd like to ... > be able to timeout / break if I haven't gotten a response in X ... You can pretty much cut/paste from the alarm() example. ...
    (comp.lang.perl.misc)
  • Re: Time out SSL request?
    ... > to an external SSL server. ... The problem is, the server is flaky, and I'd like to ... > be able to timeout / break if I haven't gotten a response in X ...
    (comp.lang.perl.misc)