The Ancient Ways Still Work - Why Modern Web Debugging Still Starts at DNS
A reflection on Apache, Nginx, DNS, modern web abstractions and why older debugging tools like dig, curl and openssl still matter. The article uses a farmyard analogy to explain why a domain is an address into a complex operation, not the operation itself.
A better apache .conf pattern to serve Django applications with Apache and mod_wsgi
This apache conf pattern will help you avoid dreaded name duplicates previous WSGI daemon definition errors when you try to serve Django apps with Apache and mod_wsgi.