Verified diagnostic signature
Apache could not connect to or read a valid response from a proxied backend.
Match output from apache-httpd, understand the likely cause, then continue with sourced, read-only checks.
- Confidence
- high
- Platforms
- linux
- Verified
- 2026-07-24
Recognized output
Signature matched locally
AH00957: .* attempt to connect .* failedOneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.
Likely causes
What usually produces this signal
- Backend unavailable
- Connect or response timeout
- Wrong proxy target
- Protocol mismatch
Safe next checks
Collect evidence before changing the system
Fetch only the HTTP response headers
curl -I <url>The output matches the expected target and exits without an error.
List listening TCP ports and their processes
lsof -iTCP -sTCP:LISTEN -n -PThe output matches the expected target and exits without an error.
Check whether a TCP port accepts connections
nc -vz <host> <port>The output matches the expected target and exits without an error.