How to set multiple values with SetEnv in apache

Viewed 20

I am trying to set an internal environment variable in Apache. I have a .conf file and in it i have SetEnv Var value. What I want to do is to assign multiple values in to this variable.

So I want to do:

SetEnv Var value1 value2 value3

But this results in an error in apache. How should it be implemented instead?

Thank you for your help in advance.

0 Answers
Related