On Wed, 15 Feb 2006, Geoffrey Young wrote:
in short, because anything other than 200 is considered an error. so REDIRECT (302) forces apache to use the err_headers_out table instead of the headers_out table.why does Location work in headers_out, then, you ask? well, it's an exception to the rule - see http_protocol.c :)
Thanks Geoff. I guess I don't feel so bad that it doesn't make sense then! -sam