FWIW, since I was mucking with the new Apache code and had a moment to check... The new code is properly strcasecmp'ing all of 1, true, and On The old code is handling them all but doing it with strcmp. So "On" would work and "ON" or "on" would not. -- Scott