Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 22401 invoked from network); 29 Sep 2007 17:26:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2007 17:26:51 -0000 Received: (qmail 84481 invoked by uid 500); 29 Sep 2007 17:26:31 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84463 invoked by uid 500); 29 Sep 2007 17:26:31 -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 84452 invoked by uid 99); 29 Sep 2007 17:26:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2007 10:26:31 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emailgrant@gmail.com designates 64.233.162.226 as permitted sender) Received: from [64.233.162.226] (HELO nz-out-0506.google.com) (64.233.162.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2007 17:26:30 +0000 Received: by nz-out-0506.google.com with SMTP id i1so2188508nzh for ; Sat, 29 Sep 2007 10:26:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=XOqoUIEAGwC1DrgZxINU3mlShnV8iy+JVCrcxH0hwp8=; b=BxMsGYUCvF4uvx/IwRiUfKu/PO8D/YqTGXlkUAGCNRCdTvd2EIvv9kJRLQBFz+lBRs6V8O14x9ro5RyAlotfNwu1rc7fO2dQZDY78P0u78R0DsIaSmr8GA45qyjTEJtfbxnrAXkLF0KjuBcoI6Rf5/9J9gamBgx8/pjSNoF2h/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jrUDpMGhR/z34dc1AjwrA04Fu6oiitx5wxVUGyXERmbI1QdwE5ys0ee4G0+KbQ89i/Bdain6VaFxJ67cXqqmtrrIzrYfuCEe9qr7YP1qfw3lJVjdK1AR4MBVp5qXKxqf4qb2B9kkt9/m3P74wge67h+cW7upBHPGFqLAdtkAl44= Received: by 10.115.95.1 with SMTP id x1mr3275436wal.1191086768937; Sat, 29 Sep 2007 10:26:08 -0700 (PDT) Received: by 10.114.175.9 with HTTP; Sat, 29 Sep 2007 10:26:08 -0700 (PDT) Message-ID: <49bf44f10709291026oeb01195g44c9819777859814@mail.gmail.com> Date: Sat, 29 Sep 2007 10:26:08 -0700 From: Grant To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10709290945u68772fc7v937af941c2d2b416@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] 127.0.0.1 access_log errors > > I've been getting many errors like this in ssl_access_log: > > > > 127.0.0.1 - - [28/Sep/2007:09:07:29 -0700] "GET /" "-" "-" 400 470 > > > > and now access_log has started printing these: > > > > 127.0.0.1 - - [28/Sep/2007:03:10:07 -0700] "GET / HTTP/1.0" 404 24 "-" > > "Apache (internal dummy connection)" > > > > I read here: > > > > http://www.linuxquestions.org/questions/showthread.php?t=506054 > > > > that the "internal dummy connection" is used by apache-2.2 to signal > > its children to die, but the 404 and 400 are puzzling and why does the > > ssl_access_log error not include a UA? > > See: > http://wiki.apache.org/httpd/InternalDummyConnection > > 404 is because you don't have any content at the root of the default > virtual host. 400 was because apache uses a non-ssl request, so if the > default virtual host is ssl, the connection doesn't work properly. > Neither of these is a problem. You can just ignore them. Ok, thanks Joshua. Do these entries indicate that I might need to make a change in my prefork settings? I'm currently using: StartServers 10 MinSpareServers 10 MaxSpareServers 20 MaxClients 256 MaxRequestsPerChild 100 - Grant --------------------------------------------------------------------- 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