Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 44218 invoked from network); 27 Mar 2009 01:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2009 01:48:37 -0000 Received: (qmail 71822 invoked by uid 500); 27 Mar 2009 01:48:36 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 71754 invoked by uid 500); 27 Mar 2009 01:48:35 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 71745 invoked by uid 99); 27 Mar 2009 01:48:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 01:48:35 +0000 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 pharkins@gmail.com designates 74.125.46.158 as permitted sender) Received: from [74.125.46.158] (HELO yw-out-1718.google.com) (74.125.46.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 01:48:29 +0000 Received: by yw-out-1718.google.com with SMTP id 5so530048ywm.40 for ; Thu, 26 Mar 2009 18:48:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JxBeceoRNLZ3qiwNPLXo5JNCxvFGR/aR+oZK0swZZuA=; b=tNd77CqLxDfrsNsKiKvLSbpSoRDt+s0qTJKgjiaktC00YskK0t+L5MJCm8G9VU1qpY tBlS3+RGFFZyw2T18+eP4DRdiFwwmqBBqnccvhZCCKaZXSQxo4WQe46y7V9HQiAGZY5z luT8masycV8zEL4imT8wRZe7xqtZGeVCqvBiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=aBgH7tmrTFATIIbq2yUaPg3p4guklI4Sg8vx7s1dRV8spcZNe7Ba0jdd+Xj8ClhKCK 58+HFJkpsfcCmhIWEmsxvr9cY89mv1iM7Xz65j2YBOxzpTsvyruHFBT3RMoYKKH+ec9g rVnkP085J7SewKaQXOF+1yjMYmEW9gWumQK6g= MIME-Version: 1.0 Received: by 10.100.5.15 with SMTP id 15mr1365337ane.50.1238118488445; Thu, 26 Mar 2009 18:48:08 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Mar 2009 21:48:08 -0400 Message-ID: <66887a3d0903261848q2548cb15xaa8dfc3615c6b34f@mail.gmail.com> Subject: Re: Strange Apache behavior From: Perrin Harkins To: "B. Prince" Cc: modperl@perl.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Mar 26, 2009 at 2:29 PM, B. Prince wrote: > Recently I noticed that every so often the Apache parent process tries to > handle the request after a server restart. Really? I've only seen that when explicitly using the -X option. You might want to see if anyone on the httpd list knows what might cause this, although they might just tell you to try a newer version first. - Perrin