Email
Share

We Rock Your Web Forum » Troubleshooting » Error Messages

HTTP Error 503 - Service unavailable

(2 posts)
  1. Networx

    member
    Joined: Oct '09
    Posts: 11

    I'm trying to access a website (that I normally can get into), and I keep getting the error message: HTTP Error 503 - Service unavailable. There is also an accompanying error message that reads:

    The Web server (running the Web site) is currently unable to handle the HTTP request due to a temporary overloading or maintenance of the server.

    Any ideas how to get into the website from here?

    Posted 1 month ago #

  2. Posted 1 month ago
  3. cwd

    senior admin
    Joined: Jul '09
    Posts: 225

    This is typically a temporary condition and may be a result of a traffic spike to the website you're trying to visit, or any number of related issues.

    A webs browser goes through the following steps when trying to reach a website:

    • Resolve the name of the website (example.com) into an IP address (192.168.1.1) by looking up entries in DNS (Domain Name Server) records.
    • Access the website via a socket connection (port) on that IP address (192.168.1.1:80 = socket 80).
    • Send and receive HTTP data through that socket. The browser communicated back to you status codes indicating the success or failure of accessing this particular website.

    In the case of your HTTP Error 503 - Service unavailable error I'm afraid there's not a whole lot you can do, but wait and see if the website comes back online. If you have contact information, you may want to make them aware of this issue (although in most cases, they already are).

    Good luck. Let us know how it goes!

    Posted 1 month ago #

RSS feed for this topic

Reply

(required)

Allowed markup: BBcode blockquote code em strong ul ol li font strike center u hr.
You can also put code in between backtick ( ` ) characters.