hello,
i am writing up a small test for mod_env and i came across something that seems to be 
a bug, but maybe im mistaken and its supposed to work this way.  it works the same way 
in both apache 1.3 and 2.0.
if your conf is:

PassEnv PATH
UnsetEnv PATH

would you expect PATH to be set?  from the doc, it seems that it should not be set, 
but it is.

if your conf is:

SetEnv FOO "bar"
UnsetEnv FOO

FOO is correctly not set.

so is the first thing a bug or expected behavior?
thanks.
-j

Reply via email to