HTTP 503 Error – Service Unavailable (services unavailable)

Source: Internet
Author: User
Tags domain name server

Introduced

Your WEB server is currently unable to process HTTP requests due to temporary overloading or temporary maintenance. The implication is that this is a temporary situation, there will be some delays, and then it will be alleviated. Some servers may simply reject a socket connection in this case, in which case a different error message may be generated due to the socket settling timeout.

503 errors in the HTTP loop

Any client, such as your browser or our CheckUpDown robot, will have to go through the following loops when communicating with your Web server:

  • Obtain an IP address from your site's IP name (that is, your Web page address-URL, without the start of ' http://'). This correspondence (that is, the correspondence between IP names to IP addresses) is provided by the Domain name server (DNSS).
  • Open an IP socket (socket) to connect to the IP address.
  • Writes the HTTP data stream through the socket.
  • The HTTP data stream that receives the response from your network server. The data stream includes a status code whose value depends on the HTTP protocol. Parse the data stream to get status coding and other useful information.

This error is generated in the last step described above, when the client receives an HTTP status code and recognizes it as ' 503 '.

Resolve 503 Errors

Your WEB server is actually in the "shutdown repair" state. It still runs at a minimum because it can respond to at least 503 status codes, but full service is not possible, that is, your website is unavailable. There are a number of possible causes, but in general, it is due to the human intervention of your WEB server operator. Usually you should know that someone is trying to resolve the problem and that the normal service will be restored as soon as possible.

Contact the system operator on your site (for example, your ISP) to determine why the service stopped. Compared with us, they will be better able to help you solve such errors.


Source: >  


From for notes (Wiz)

HTTP 503 Error – Service Unavailable (services unavailable)

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.