Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 29596 invoked from network); 4 Sep 2008 14:18:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 14:18:00 -0000 Received: (qmail 78961 invoked by uid 500); 4 Sep 2008 14:17:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 78941 invoked by uid 500); 4 Sep 2008 14:17:47 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 78930 invoked by uid 99); 4 Sep 2008 14:17:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 07:17:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 14:16:47 +0000 Received: by ug-out-1314.google.com with SMTP id u2so2567247uge.23 for ; Thu, 04 Sep 2008 07:17:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hIYko4OeXf/W1iJxBVniO+5f234ncEX+HfiwBEj6DxA=; b=RafWr6JVuWIhS8FQEeEf2UI/GeB9/FK7eSvu6L7+gXxGbuRJDCwaBkpIkAgvwg4n/N TYE563DsX/c4HARCT/QQy7Quu0M7/IrIaiLyvHa6I4e7C7pZP+w+UwxmouZq7jQUov0n Rk44BlHU+DG5qMpuYqf+VTUeflEEljMwQAeEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PwDqmN5pxQQSxUUTjpbAOSmyVFzGi2rs41H3ibi/Pg0SAoBbb7GYKzxyI6MhCNSbHi 4KnNRSWtVWyX30KikvW6PMDePuE9aDnGJIBI9wyHr4KVXG1lwdqTQDI31LkesqUZxR2E JmbI7PbWr/UrsQWtKROKtpawSV/SNoLeMv9gQ= Received: by 10.66.216.7 with SMTP id o7mr753394ugg.66.1220537827460; Thu, 04 Sep 2008 07:17:07 -0700 (PDT) Received: by 10.67.88.1 with HTTP; Thu, 4 Sep 2008 07:17:07 -0700 (PDT) Message-ID: <1404e5910809040717g50464983w43d614c6c7d9e94d@mail.gmail.com> Date: Thu, 4 Sep 2008 10:17:07 -0400 From: "Eric Covener" To: users@httpd.apache.org In-Reply-To: <2ae67e000809040650l6478b2efree644ff539e7f780@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2ae67e000809040650l6478b2efree644ff539e7f780@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Query on access log for entry of %T On Thu, Sep 4, 2008 at 9:50 AM, Arnab Ganguly wrote: > Hi All, > I print the %T value in the access log.As per the apache docs %T implies > the "The time taken to serve the request, in seconds". > My question is my Client and Server timeout is kept for 25 seconds.I am not > using Timeout value also and my KeepAlive is set to Off.But in the access > log I do get entries where the request was served with value more than 10 > mins ie 600 sec. > > So if the Client would hve timeout before my guess is but how come the > request was succeful.The response code also we get is 200 OK. Timeout says your webserver will tolerate 25 seconds for eachh individual read/write, not for the entire request. A client reading or writing slowly can linger forever. -- Eric Covener covener@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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