Hi I just downloaded web2py package on a ubuntu server and i set up with cherokee + uwsgi. The uwsgi connection string is
> /usr/local/bin/uwsgi -s 127.0.0.1:43658 -M -p 8 -z 15 -L -l 128 > /var/www/argomenti.in/web2py/wsgihandler.py --pythonpath > /var/www/argomenti.in/web2py > When i try to access i receive: Internal error > Ticket issued: unrecoverable I've looked at this group and i found some topics about this issue but all solved with a chmod. The web2py directory is writable by the www-data user in my case, i did a chmod 777 to all files just to be sure too. Any suggestion?