Skip to main content
David Loor
ProjectsBlogBooksContact
←Back to Blog

Troubleshooting

3 posts in this category

Found 3 posts

How to fix a stuck PHP-FPM service on Ubuntu (502 Bad Gateway)

2025-09-15

Nginx shows 502 Bad Gateway, PHP-FPM won't start, and the usual config test passes. The real issue is often a stuck FPM process holding the socket. Here's how to find it and fix it safely.

DevOpsLinuxNginxPHP-FPMTroubleshooting

How to read Nginx access logs

2025-08-20

When something breaks, the access log tells a story. Learn how to read live and gzipped logs, find top IPs and failing URLs, zoom in on time windows, and tie logs to WAF blocks using simple command-line tools.

NginxDevOpsTroubleshooting

How to Regain Confluence Admin Access via Database - Emergency Guide

2025-04-24

Locked out of your self-hosted Confluence instance? This emergency guide shows IT administrators how to safely restore admin access through direct database modifications with SQL.

system-administrationconfluencedatabasemysqlpostgresqltroubleshooting

Stay Updated

Get the latest posts and insights delivered to your inbox.

Unsubscribe anytime. No spam, ever.

© 2025 David Loor. All rights reserved.

Built with Next.js and Tailwind CSS