level 1
爱瑞贝诗
楼主
我是外行人,对web这种几乎完全不懂的。
服务器是在我们公司里的。
我公司有一个远程软件,客户端通过浏览器访问这个用nginx的服务器里的 web_sc/login.gn
是用来远程连接使用服务器上的财务软件的。马上要交报表了,但是财务软件用不了T_T
有大神救救我吗?
以前都是好的。
上个月,我换了台电脑(不是服务器),访问服务器的时候出现了404错误。 后来我自己也不知道怎么乱搞了一下,好像是重启了一下web服务就搞定了。
昨天我们公司的网络重启了一次,还把服务器的网线弄松了。 后来网线重新接紧后,访问服务器就一直404错误, 即使重启web服务也没有用了。
然后我去查了access log和error log,但结果啥也看不懂。
access log是这样子
127.0.0.1 - - [25/May/2020:16:12:21 +0800] "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1420 HTTP/1.1" 009 4 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
127.0.0.1 - - [25/May/2020:16:12:32 +0800] "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1305 HTTP/1.1" 302 5 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
127.0.0.1 - - [25/May/2020:16:12:32 +0800] "GET /login_expire_error.htm HTTP/1.1" 404 570 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
还有这个。192.168.10.40是我机器的IP。
192.168.10.40 - - [25/May/2020:16:57:56 +0800] "GET /web_sc/login.gn HTTP/1.1" 302 5 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
192.168.10.40 - - [25/May/2020:16:57:56 +0800] "GET /login_expire_error.htm HTTP/1.1" 404 570 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
192.168.10.40 - - [25/May/2020:16:57:56 +0800] "GET /favicon.ico HTTP/1.1" 404 570 "http://192.168.20.222:88/login_expire_error.htm" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
127.0.0.1 - - [25/May/2020:16:57:58 +0800] "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=934 HTTP/1.1" 302 5 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
error log一直是这个样子。
2020/05/25 16:12:14 [alert] 1916#1920: FreeConsole() failed (87: The parameter is incorrect)
2020/05/25 16:12:21 [error] 1960#1992: *1 upstream sent no valid HTTP/1.0 header while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1420 HTTP/1.1", upstream: "http://127.0.0.1:8001/GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1420", host: "127.0.0.1"
2020/05/25 16:12:32 [error] 1960#1992: *3 CreateFile() "C:\GNWay\E-SoonLink Server\nginx/../web/login_expire_error.htm" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /login_expire_error.htm HTTP/1.1", host: "127.0.0.1"
2020年06月02日 09点06分
1
服务器是在我们公司里的。
我公司有一个远程软件,客户端通过浏览器访问这个用nginx的服务器里的 web_sc/login.gn
是用来远程连接使用服务器上的财务软件的。马上要交报表了,但是财务软件用不了T_T
有大神救救我吗?
以前都是好的。
上个月,我换了台电脑(不是服务器),访问服务器的时候出现了404错误。 后来我自己也不知道怎么乱搞了一下,好像是重启了一下web服务就搞定了。
昨天我们公司的网络重启了一次,还把服务器的网线弄松了。 后来网线重新接紧后,访问服务器就一直404错误, 即使重启web服务也没有用了。
然后我去查了access log和error log,但结果啥也看不懂。
access log是这样子
127.0.0.1 - - [25/May/2020:16:12:21 +0800] "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1420 HTTP/1.1" 009 4 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
127.0.0.1 - - [25/May/2020:16:12:32 +0800] "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1305 HTTP/1.1" 302 5 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
127.0.0.1 - - [25/May/2020:16:12:32 +0800] "GET /login_expire_error.htm HTTP/1.1" 404 570 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
还有这个。192.168.10.40是我机器的IP。
192.168.10.40 - - [25/May/2020:16:57:56 +0800] "GET /web_sc/login.gn HTTP/1.1" 302 5 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
192.168.10.40 - - [25/May/2020:16:57:56 +0800] "GET /login_expire_error.htm HTTP/1.1" 404 570 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
192.168.10.40 - - [25/May/2020:16:57:56 +0800] "GET /favicon.ico HTTP/1.1" 404 570 "http://192.168.20.222:88/login_expire_error.htm" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36"
127.0.0.1 - - [25/May/2020:16:57:58 +0800] "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=934 HTTP/1.1" 302 5 "-" "Mozilla/4.0 (compatible; MSIE 6.00; Windows NT 5.2; GNWay)"
error log一直是这个样子。
2020/05/25 16:12:14 [alert] 1916#1920: FreeConsole() failed (87: The parameter is incorrect)
2020/05/25 16:12:21 [error] 1960#1992: *1 upstream sent no valid HTTP/1.0 header while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1420 HTTP/1.1", upstream: "http://127.0.0.1:8001/GNRemote.dll?GNFunction=ReportStatus&SvrAddr=127.0.0.1&WebPort=88&RDPPort=5366&SessionNum=0&MobileSessionNum=0&CPUUsage=0&FreeMem=1420", host: "127.0.0.1"
2020/05/25 16:12:32 [error] 1960#1992: *3 CreateFile() "C:\GNWay\E-SoonLink Server\nginx/../web/login_expire_error.htm" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /login_expire_error.htm HTTP/1.1", host: "127.0.0.1"
