Re: Update on TCP reset issue (kinda fixed)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Apr 21, 2010 at 6:08 PM, Derek Chen-Becker <dbecker@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux