[CentOS] apache env vars - best practices

Mon Oct 19 18:22:16 UTC 2009
Alan Sparks <asparks at doublesparks.net>

aurfalien at gmail.com wrote:
> Hi Les,
>
> What I mean is that if I use the Apache directive;
>
> SetEnv BATCHPATH /foo
>
> It works.
>
> If I set;
>
> SetEnv BATCHPATH /foo:/bar
>
> Apache errors with a syntax that SetEnv takes 2 args only, a key and a  
> value.
>   

Doesn't for me on stock Apache in CentOS 5.3.  You have something unique
going there?
Suppose you counld try enclosing the value in double quotes...
-Alan