Hi,
I was just poking around with the PerlSetVar directive and noticed that
the variable name is treated case-insensitively:
---in .htaccess:
PerlSetVar MiXeDcAsE Boingo
---in handler:
warn $r->dir_config('mixedCASE'), "\n";
---in log:
Boingo
I hadn't remembered seeing this anywhere in the docs, and couldn't find
a reference when I looked. I did some digging through the source, and
it seems to be because the Apache table_set routine handles its keys
insensitively.
Correct? If so, this must have repercussions elsewhere, and it's
probably documented somewhere else, but I couldn't find it.
------------------- -------------------
Ken Williams Last Bastion of Euclidity
[EMAIL PROTECTED] The Math Forum