I changed the configuration file from:
<uwsgi>
<pythonpath>/var/web2py/</pythonpath>
<app mountpoint="/">
<script>wsgihandler</script>
</app>
</uwsgi>to: <uwsgi> <pythonpath>/home/web2py/</pythonpath> <module>wsgihandler</module> <socket>/tmp/web2py.sock</socket> <master/> <processes>10</processes> </uwsgi> With this change solved the problem I had. Regards José

