From owner-freebsd-questions Tue Mar 12 19:13:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by hub.freebsd.org (Postfix) with ESMTP id DA7E937B41A for ; Tue, 12 Mar 2002 19:13:04 -0800 (PST) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 16kyY7-0006nD-00; Tue, 12 Mar 2002 18:31:31 -0800 Date: Tue, 12 Mar 2002 18:31:29 -0800 (PST) From: Tom Samplonius To: Dmitry Koltsov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache/TCP stack issues In-Reply-To: <20020312211826.4CBE76B345@mail2.hostonfly.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Are you sure you simply not hitting the MaxClients limit? Internet connections take longer to establish and shutdown than LAN connections. Also, 1 to 2% packet loss isn't good. If a link is getting congested, the router that is discarding the traffic might be sending RST packets back to you in order to keep the traffic done. That would create a connection refused situation. Tom On Tue, 12 Mar 2002, Dmitry Koltsov wrote: > Hello > > I have some issues with TCP stack tuning and/or Apache. > Issue: > I'm getting "Connection refused" error when trying to connect to Apache over Internet when packet loss is 1-2%. Not all connection attempts fail but about 3% of attempts. > When I'm trying to connect over local network(from another machine and localhost) in the same time, all is ok. > In order to get this statistics, I've made 20000 attempts from each place in the same time. > > I guess apache is ok because from local network and localhost it gives no errors. > > Is there solution? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message