in reply to Re^2: How redirect the page in CGI programming?
in thread How redirect the page in CGI programming?

Yes, you are right. It would only work as a CGI. However, the browser has to convert the Status-header to a http status line (such as "HTTP/1.1 302 Found\cm\cj"), as Status is CGI-specific. I don't know how these lightweight servers you mention work, but I suppose either they or the CGI module would have to issue a status line anyway.