[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-httpd-users
Subject:    Re: [users@httpd] Update on TCP reset issue (kinda fixed)
From:       Jeff Trawick <trawick () gmail ! com>
Date:       2010-04-26 18:30:42
Message-ID: j2ucc67648e1004261130yfc27d10fya8df617092c559cf () mail ! gmail ! com
[Download RAW message or body]

On Wed, Apr 21, 2010 at 6:08 PM, Derek Chen-Becker <dbecker@cpicorp.com> wrote:
> Well, after a lot of digging and debugging, I found a hack that seems to
> fix my issue. If I modify the
>
> srclib/apr/support/unix/waitio.c
>
> file so that the line
>
> timeout    = f        ? f->timeout / 1000 : s->timeout / 1000;
>
> becomes
>
> timeout    = f        ? f->timeout / 100 : s->timeout / 100;
>
> (10 times the timeout), then things start working. Unfortunately,
> despite my best efforts, I can't figure out
>
> 1) where the apr_wait_for_io_or_timeout function is being called that
> leads to this timeout
> 2) what the actual timeout is
> 3) where I could modify said timeout

The Timeout directive should control this for client connections.
What is the value of your Timeout directive?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic