开发者

Request time out error

开发者 https://www.devze.com 2022-12-27 09:59 出处:网络
Today i came across st开发者_Python百科range problem whenever i try to pingging to my server works properly but

Today i came across st开发者_Python百科range problem whenever i try to pingging to my server works properly but whenever i send http reuest from browser the request time out happens.

can anybody help me to resolve this issue.


It seems like your web server is not responding. Is it doing fine? Check if it is listening on the 80 port. (default HTTP port). If browser can connect to port 80 and you still get time out error - that means that web-application running on web server has some problems handling your request.

Ping works because it uses low level ICMP protocol. Ping can be used to check if host on the network is available.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号