You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by David Robinson <dr...@ast.cam.ac.uk> on 1996/02/15 16:21:00 UTC

mod_env.c

A bug in mod_env.c:

SetEnv DD foobar
SetEnv FF wobble
<VirtualHost localhost>
SetEnv DD bas
</VirtualHost>

If I access http://localhost/printenv

I get
DD=bas

but the FF environment variable is missing.

I imagine that the same would happen with <Directory>.

As mod_env.c can be separated from the rest of Apache, I think -1
is probably the right vote; at least, -1 on mod_env.c being supplied in src/
in a publically announced version of Apache.

[To clarify: simply take that is a -1 vote.]

 David.