Grab the feed

School is a twelve-year jail sentence where bad habits are the only curriculum truly learned.

John Taylor Gatto

Recent comments

While nginx does have a WSGI

While nginx does have a WSGI module, nginx runs as a single-threaded server and so it's not clear how scalable an nginx-only solution would be. Apache is a bit heavy for static media serving, so a combined nginx-for-static-media + Apache-for-dynamic-content seems about right.

The best Django host (Webfaction) offers this combination on their newer servers.

Add your comment