HTTP Status Codes (apache)

Information about all HTTP status codes, their meaning, and any related restrictions. Use the filters to narrow down your search.

Status:
Tags:

HTTP code 200 - Success

Description

An error occurred on the server and it is unable to complete the request. Information about the error should be returned and displayed unless a HEAD request was performed.

  • This Is Fine

    A catch-all error to allow responses through Apache when ProxyErrorOverride is enabled. When enabled any 4xx or 5xx is discarded and this generic response is returned.

HTTP code 500 - Server Error

Description

An error occurred on the server and it is unable to complete the request. Information about the error should be returned and displayed unless a HEAD request was performed.

References: Wikipedia, Mozilla.