> Back in business. > > There was detritus from previous installs interfering with new installs. > > So, the culprit is not uwsgi: unjustly accused. Apologies.
No problem, i have just read the thread so i lost momentum :) By the way, the "funny" thing about uWSGI is that you can go-easy, like uwsgi --http :8080 --chdir web2py --module wsgihandler (remember you can even have https or spdy in latest versions) and you will cover 80% of the users need (without configuring webservers and whatever you want). Or go "complex" and have config files with dozens of lines and optimizations. The "sad" thing currently is that the debian package is ages back from the official project, and completely different in the config style from the official "blessed" ways (they choose to apply an apache-style debianism to uWSGI). So i strongly suggest to continue installing it via pip or sources (at least until there will be official debian packages constantly synced) -- Roberto De Ioris http://unbit.it --

