Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 29684 invoked from network); 10 Mar 2005 13:57:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Mar 2005 13:57:24 -0000 Received: (qmail 20917 invoked by uid 500); 10 Mar 2005 13:57:23 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 20637 invoked by uid 500); 10 Mar 2005 13:57:22 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 20618 invoked by uid 99); 10 Mar 2005 13:57:22 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from c10.shuttle.de (HELO saturn.ecos.de) (194.95.226.10) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 10 Mar 2005 05:57:20 -0800 Received: from lnx1.i.ecos.de (unknown [194.95.226.11]) by saturn.ecos.de (Postfix) with ESMTP id 511E8D88F5; Thu, 10 Mar 2005 14:57:17 +0100 (MET) Received: from wingr2 (unknown [10.11.11.250]) by lnx1.i.ecos.de (Postfix) with ESMTP id 128CB1FAC71; Thu, 10 Mar 2005 14:57:17 +0100 (CET) From: "Gerald Richter" To: "'Dan Wilga'" , Subject: RE: Segfault or no content Date: Thu, 10 Mar 2005 14:56:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcUk8MoEQMnwUR2oR7uFMO7XsrOB0gAaE5Hw Message-Id: <20050310135717.128CB1FAC71@lnx1.i.ecos.de> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > > But that still doesn't explain why EMBPERL_OBJECT_BASE is > being ignored. I think it's because the files section is picked up by Apache, while the location isn't. Moveing the Embperl_Object_Base to the files section and deleteing all but the directoryindex from the location section, should solve the problem > And the DirectoryIndex directive is too, since > it doesn't try to access /lottery/index.epl when I request > just /lottery/. (I checked this with strace, also). That's because embperl will be called before mod_dirindex. The above change should fix this also Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org