<![endif] uWSGI Quickstart for Python/WSGI applications Installing uWSGI with Python support The first WSGI application Deploy it on HTTP port 9090 Adding concurrency and monitoring Putting behind a full webserver Automatically starting uWSGI on boot Deploying Django Deploying Flask Deploying web2py A note on Python threads Virtualenvs Security and availability Offloading And now Quickstart for perl/PSGI applications Installing uWSGI with Perl support Note for distro packages Your first PSGI app What is that ‘–http-modifier1 5’ thing ??? Using a full webserver: nginx Adding concurrency Adding robustness: the Master process Using config files Automatically starting uWSGI on boot Security and availability Offloading And now Quickstart for ruby/Rack applications Installing uWSGI with Ruby support Note for distro packages Your first Rack app What is that ‘–http-modifier1 ...