Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 68389 invoked from network); 29 May 2007 15:31:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 15:31:11 -0000 Received: (qmail 78291 invoked by uid 500); 29 May 2007 15:31:09 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 78277 invoked by uid 500); 29 May 2007 15:31:09 -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 78266 invoked by uid 99); 29 May 2007 15:31:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 08:31:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of amadoz@uv.es designates 147.156.1.90 as permitted sender) Received: from [147.156.1.90] (HELO postin.uv.es) (147.156.1.90) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 08:31:03 -0700 Received: from post.uv.es (cuervo.ci.uv.es [147.156.1.157]) by postin.uv.es (8.13.5.20060308/8.13.5) with ESMTP id l4TFUbcE027480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 29 May 2007 17:30:38 +0200 Received: from strogoff.uv.es (strogoff.ci.uv.es [147.156.1.92]) (authenticated bits=0) by post.uv.es (8.13.4/8.13.4) with ESMTP id l4TFUb1N007460; Tue, 29 May 2007 17:30:37 +0200 From: "Alicia Amadoz" To: Clinton Gormley , Perrin Harkins , modperl@perl.apache.org Subject: Re: problem calling a file under mod_perl2 Date: Tue, 29 May 2007 17:30:37 +0200 (CEST) X-Real-Sender: amadoz@uv.es X-Postman-SMTP-Auth: 1,1 X-Mailer: postman 2.1 References: <1180451668.876.5.camel@getafix.traveljury.com> In-reply-to: <1180451668.876.5.camel@getafix.traveljury.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: <9493863211amadoz@uv.es> X-RelayDelay-Pure: Whitelisted relay cuervo.ci.uv.es [147.156.1.157]. Not delayed X-RelayDelay: Whitelisted relay cuervo.ci.uv.es [147.156.1.157]. Not delayed X-Virus-Checked: Checked by ClamAV on apache.org >=20 > There's your problem - you aren't using mod_perl at all - the system > call launches a new perl interpreter, compiles the code, runs it and > exits. >=20 > not very efficient - same as using ordinary CGI. >=20 Ok, then I finally understand what is happening. But is there any other option to use every script under mod_perl even calling it from php? Thanks for your help. Regards.