HTTP Status Codes in Nginx

Are the available HTTP Status codes documented anywhere?

Put another way, is it possible to issue all of the HTTP Status codes?

I am thinking about 501 not implemented for instance.

Thanks

On 10/15/2011 09:30 PM, Nginx U. wrote:

Are the available HTTP Status codes documented anywhere?

Is this what you are looking for?

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

On 15 October 2011 18:13, admin fefaya [email protected] wrote:

On 10/15/2011 09:30 PM, Nginx U. wrote:

Are the available HTTP Status codes documented anywhere?

Is this what you are looking for?

List of HTTP status codes - Wikipedia
HTTP/1.1: Status Code Definitions

Sorry. I meant the list of codes implemented by Nginx. I think I have
seen such a list before on the wiki perhaps but can’t recollect where.

Particularly, I am thinking of comparing them with those provided by
ngx_lua.

Thanks

On 15 October 2011 18:46, Nginx U. [email protected] wrote:

Sorry. I meant the list of codes implemented by Nginx. I think I have
seen such a list before on the wiki perhaps but can’t recollect where.

Found what I wanted under the documentation for “return”.
http://wiki.nginx.org/HttpRewriteModule#return