Compiling nginx (with uwsgi) for Fedora 12
In order to get access to uwsgi (useful for deploying python flask projects, for instance), one needs a version of nginx > 0.8 or so. But Fedora 12 doesn’t have such a modern version : Here’s how to compile it from source :
Actually, a less hacky approach is to simply back-port (trivially) [...]