Home > OS >  Nginx error log interpretation
Nginx error log interpretation

Time:09-30

The first error 2018/04/19 09:56:00 [error] # 2828:2808 * 33139 WSARecv () failed (10054: An existing connection was forcibly closed by the remote host) while reading the response headers from upstream, client: 182.101.51.31, server: dq.cdi-china.com.cn:x, request: "GET http://www.epochtimes.com/HTTP/1.1", upstream: "http://x.x.x.x:x/", host: "www.epochtimes.com"
Excuse me each warrior, log "remote host" refers to the host?" Request "refers to the remote host server requests to us? If so, why not "get" the back of the domain name we server domain name? The last of the "host" on the "remote host" is the same host?
A second error 2018/04/14 02:29:03 [error] # 6296:6424 * 4839664 WSARecv () failed (10053: An established connection was aborted by the software in your host machine) while reading the response headers from upstream, client: 112.112.185.100, server: www.cdi-china.com.cn, the request: "GET http://www.minghui.org/HTTP/1.1", upstream: "http://x.x.x.x:x/", host: "www.minghui.org" in this period of "your host machine" is refers to which host? Is the client or server? Or is not? Masters, genuflect is begged

CodePudding user response:

Do a proxy server?
There is a problem upstream?

CodePudding user response:

reference 1st floor ojc8882003 response:
do a proxy server?
There is a problem upstream?
don't know if you have any questions, do reverse proxy anyway, people can access our normal use, but is there are many such similar mistakes in the error log, so want to know the specific is what circumstance,
  • Related