Mailing List Archive

error in docs
http://www.hyperreal.com/apache/docs/E63

The example is...

HTTP/1.0 200 Now where did I leave that URL
Location: http://xyz.abc.com/foo/bar.html
Content-type: text/html

it should be

Status: 301 Now where did I leave that URL
Location: http://xyz.abc.com/foo/bar.html
Content-type: text/html