Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 9644 invoked from network); 13 Jan 2010 22:37:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2010 22:37:04 -0000 Received: (qmail 89540 invoked by uid 500); 13 Jan 2010 22:37:02 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 89511 invoked by uid 500); 13 Jan 2010 22:37:02 -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 89501 invoked by uid 99); 13 Jan 2010 22:37:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2010 22:37:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pharkins@gmail.com designates 209.85.221.174 as permitted sender) Received: from [209.85.221.174] (HELO mail-qy0-f174.google.com) (209.85.221.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2010 22:36:54 +0000 Received: by qyk4 with SMTP id 4so11111913qyk.7 for ; Wed, 13 Jan 2010 14:36:33 -0800 (PST) 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=AtkOULUp21fVEf2TDwCTB0RnxVq1ccWJKCz5iPa/3jM=; b=KLW0UVJ0JKeUckxxnkZXEISGme6Qy7UGQxfcJwmmT5UtVcC1flOnJ+FNXWgrWx3QEB sX1lBP3rAGf0FkS1xsVi8/omGGX4MHosK+UzA+cg8d1DG3j9AA2AlmeHyM2UnKntUwAY h7tTXdY4ftlspWSM+fh2HYfHkRTXdje8I9ZJQ= 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=lHL/Tv5ZlewXBg6G6OCdWLptu/4emGyVW5tgcBZDrvEU7qJmkYEY1xXE1L1aLNpmMn UOPBWfRJepTP9l88k4kv1c79jGWEw6HflQhmEaFsw8NuR8QPeC79t0NDmogsNdqs6nRC oJPauYmkHrC0PRgD7zoz9x4zjNeNqE00WS6/8= MIME-Version: 1.0 Received: by 10.229.42.145 with SMTP id s17mr1100521qce.87.1263422191337; Wed, 13 Jan 2010 14:36:31 -0800 (PST) In-Reply-To: References: <4B4DB7C5.7040103@maxthon.net> <66887a3d1001130907v36493cc4x1edc3f69ca0236f3@mail.gmail.com> Date: Wed, 13 Jan 2010 17:36:31 -0500 Message-ID: <66887a3d1001131436t5abffd7fh93252b0faf059c64@mail.gmail.com> Subject: Re: Apache Blank Pages From: Perrin Harkins To: cfaust-dougot Cc: modperl@perl.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jan 13, 2010 at 5:31 PM, cfaust-dougot wrote: > Do you mean on apache startup? I'm not calling DBI or DBD=A0in startup.pl= . Any > other module would be after the fork, wouldn't? Some modules (e.g. Class::DBI) will open a connection when you use them. If you're loading any modules at all in startup, there's a possibility that this could be the issue. - Perrin