Actually

<VirtualHost gozer>
<Perl>
  $PerlSetVar = "foo $bar";
</Perl>
</VirtualHost>

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:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://mailchannels.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to