On May 18, 2012, at 3:29 AM, Roberto De Ioris wrote: > > From your latest config i have to assume you have finally followed my advice > on reading the Quickstart. > Finally your config does not look a copy&paste :) I would make it even > simpler, but for now is enough.
A more general question, for those of us more comfortable on the application side of the fence. Last week I deployed web2py on a Rackspace managed server (Ubuntu). The server comes up with Apache running, so rather than mess with it I installed mod_wsgi and got on with my life. My general question: what would my motivation be for migrating to (say) nginx+uwsgi? What is each of them doing for me? Serve more requests with a set of server resources, presumably, but what Apache+mod_wsgi problems are they solving?