HTTP 499 Status code nginx under 499 error:HTTP 499 Status Code nginx under 499 error499 errors in the HTTP status code in logging there are a number of situations, I encountered a situation is nginx back to a never open back end, so that the log
HTTP 499 Status Code nginx under 499 error499 errors in the HTTP status code in logging there are a number of situations, I encountered a situation is nginx back to a never open back end, so that the log status record is 499, the number of bytes
499 errors in the HTTP status code in logging there are a number of situations, I encountered a situation is nginx back to a never open back end, so that the log status record is 499, the number of bytes sent is 0.Always have users reflect the site
There are 499 errors in the HTTP status code in the log record there are a number of cases, I encountered a situation is nginx to a never open back-end, so, the log status record is 499, the number of bytes sent is 0.
Always have users reflect the
the Web server is using theNginx, you will occasionally see a 499 error in the log. in rfc2616, the error code between 400~500 is only defined to 417, so 499 should be Nginx's own definition. Later thought to read Nginx code, the question of the
1. PrefaceIn dealing with a customer problem today, a large number of 499 status codes appear in the Nginx access log. The actual scenario is: The customer's domain name through the CNAME resolution to our NGINX reverse proxy cluster up, the
http://www.lc365.net/blog/b/23997/
499 is a nginx custom state code, which has an explanation of this status code in the Src/http/ngx_http_special_response.c file.
494: The request head is too big
495:HTTPS Certificate Error
496:https No
Today, we found that nginx has a lot of 499 errors, accounting for nearly 0.5%, and it was after a new service with upstream was launched.
Grep nginx source code, defined in ngx_request_t.h
/** HTTP does not define the code for the case when a
As shown earlier, the HTTP status code is divided into five categories. This section summarizes each of these five types of HTTP status codes.100~199--Informational Status CodeThe http/1.1 introduces an informational status code to the Protocol.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.