best way to set up environment variables??

nikss

Active Member
#1
is this the best way to set up environment variables??

context - > rewrite rules :

Rewriterule . - [E=VAR1:10,E=VAR2:20]

i assume that
SetEnv VAR1 10

is not working in litespeed std edition but works in enterprise?
 

mistwang

LiteSpeed Staff
#3
The rewrite rule works with both standard and Enterprise edition, we verified that.

"SetEnv VAR1 10" is not supported, so it does not work with either edition.
 
Top