Mailing List Archive

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@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: error in http status codes [ In reply to ]
Jonathan Vanasco wrote:
> 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 ?

It was wrong and it is fixed now.

Thank you for spotting that, Jonathan.

--
_____________________________________________________________
Stas Bekman mailto:stas@stason.org http://stason.org/
MailChannels: Reliable Email Delivery http://mailchannels.com
The "Practical mod_perl" book http://modperlbook.org/
http://www.linkedin.com/in/stasbekman http://perl.apache.org/
http://stason.org/photos/gallery/ [* best photos here *]


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org