Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 3904 invoked from network); 7 Sep 2005 01:14:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 01:14:35 -0000 Received: (qmail 22691 invoked by uid 500); 7 Sep 2005 01:14:34 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 22679 invoked by uid 500); 7 Sep 2005 01:14:33 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 22666 invoked by uid 99); 7 Sep 2005 01:14:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 18:14:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.80.154.36] (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 18:14:45 -0700 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id D26DCD6DEF; Wed, 7 Sep 2005 03:14:28 +0200 (CEST) Message-ID: <431E3F10.8060003@stason.org> Date: Tue, 06 Sep 2005 18:14:56 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050730 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Geoffrey Young CC: mod_perl Dev Subject: Re: sections and A-T autoconfig virtual host expansion magic References: <4318FE1B.5080903@stason.org> <431C7D62.5030606@modperlcookbook.org> <431C826F.60002@modperlcookbook.org> In-Reply-To: <431C826F.60002@modperlcookbook.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Actually $PerlSetVar = "foo $bar"; works. As I've later figured out thanks to Philippe's examples is that my problem was that I was calling: $PerlSetVar = ["foo", $bar], which mod_perl has happily ignored or something... it didn't generate any errors. and I think it should. I'm still not sure how to set several PerlSetVar entries. It's very confusing. And the worst thing is that things silently fail... -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://mailchannels.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org