Troubleshooting / symptôme

A site responds 503 Service Un Point

The web service is temporarily unavailable or refuses new requests.

⌚ About 3 min read
View my favorites
Real-world problem · V2

Quick troubleshooting view

What you are seeing

The web service is temporarily unavailable or refuses new requests.

Likely causes
  1. Maintenance
  2. Server Saturation
  3. PHP/application unavailable
First checks
  1. Check if the problem is global
  2. Control resources
  3. Read the logs.
Recommended actions
  1. Restoring the workers/services.
  2. Correct Overload.
  3. Reduce application burden or increase resources if necessary.
Start Symptom → Cause →
WebIntermediate.

The web service is temporarily unavailable or refuses new requests.

Important: relevez toujours le message d’erreur exact et l’heure du problème avant de modifier la configuration. Les actions proposées doivent être adaptées à votre environnement.

Causes probables

  • Maintenance
  • Server Saturation
  • PHP/application unavailable
  • Connection limit
  • Protection against abuse

Diagnostic étape par étape

  1. 1

    Check if the problem is global

    Test several pages and users.

  2. 2

    Control resources

    CPU, RAM, workers, connections.

  3. 3

    Read the logs.

    Look for overload or maintenance messages.

  4. 4

    Check the host.

    A quota or platform incident can produce 503.

Solutions possibles

  • Restoring the workers/services.
  • Correct Overload.
  • Reduce application burden or increase resources if necessary.
Quand escalader ?

Escalate if 503 is from a limit or incident of the host.

♡ 0