HTTP 5xx Server Error Status Codes/HTTP 500 Internal Server Error

Generic unexpected server failure

Section: Codes 500-510

HTTP 500 Internal Server Error

text
text
curl -i https://example.com/broken
Explanation

Usually means the server failed while trying to fulfill a valid request.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Codes 500-510
HTTP 501 Not Implemented
Method or capability not implemented
OpenIn sheettextsame section
HTTP 502 Bad Gateway
Upstream sent invalid response
OpenIn sheettextsame section
HTTP 503 Service Unavailable
Temporarily unavailable or overloaded
OpenIn sheettextsame section
HTTP 504 Gateway Timeout
Upstream did not respond in time
OpenIn sheettextsame section
HTTP 505 HTTP Version Not Supported
HTTP version unsupported
OpenIn sheettextsame section
HTTP 506 Variant Also Negotiates
Negotiation config loop
OpenIn sheettextsame section