
modperl-list at 2xlp
Feb 23, 2007, 10:36 AM
Post #1 of 2
(3651 views)
Permalink
|
|
error in http status codes
|
|
Something doesn't seem right on this: http://perl.apache.org/docs/2.0/user/handlers/ http.html#HTTP_Status_Codes HTTP 1.0 Status Codes Redirection 3xx: 300 HTTP_MOVED_PERMANENTLY Multiple Choices 301 HTTP_MOVED_TEMPORARILY Moved Permanently 302 HTTP_SEE_OTHER Moved Temporarily HTTP 1.1 Status Codes Redirection 3xx: 300 HTTP_MULTIPLE_CHOICES Multiple Choices 301 HTTP_MOVED_PERMANENTLY Moved Permanently 302 HTTP_MOVED_TEMPORARILY Found 303 HTTP_SEE_OTHER See Other The 1.0 codes seem wrong. It looks like the columns are 1 off Can someone confirm this is wrong ? --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|