📖 ~1 min read
Table of contents
Symptom & Impact
Dynamic PHP pages fail with 502, breaking customer-facing web functions.
Environment & Reproduction
Typical in Nginx plus PHP-FPM deployments after config edits or package updates.
Root Cause Analysis
Nginx upstream points to missing socket/process or PHP-FPM pool crashes under load.
Quick Triage
Check php5-fpm process status, socket path, and Nginx error log entries.
Step-by-Step Diagnosis
Validate upstream endpoint consistency and inspect PHP-FPM pool and permission settings.

Solution – Primary Fix
Align socket configuration, restart services, and tune pool limits for workload stability.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Switch to TCP upstream or isolate heavy PHP workloads into dedicated pools.
Verification & Acceptance Criteria
HTTP probes return 200 for PHP routes and error rate normalizes.
Rollback Plan
Reinstate previous Nginx and PHP-FPM configs from versioned backups.
Prevention & Hardening
Add health checks, config tests in CI, and resource alerts for FPM saturation.
Related Errors & Cross-Refs
Related to Apache proxy failures, MySQL outages, and disk full log issues.
Related tutorial: View the step-by-step tutorial for Ubuntu 14.04 LTS.
View all Ubuntu 14.04 LTS tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Nginx upstream docs, PHP-FPM tuning guides, and Ubuntu service debugging references.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.