About the problem Upgrade required, this is the solution from the creator of cherokee: ------------------------------------------------ There should be a way to redirect http to https: http://lists.octality.com/pipermail/cherokee/2009-February/009850.html
Please, check http://www.cherokee-project.com/doc/modules_handlers_redir.html The ${host} macro was introduced a few weeks ago. It allows to set up the sort of redirections you wanted to: /(.*)$ -> https://${host}/$1 ------------------------------------------------------------------------------ Today I also was starting with cherokee + uwsgi + web2py For this month I 've gone crazy trying more and more webservers, about 10 or 12 on my VPS this month ! Today I think Cherokee is my favourite webserver . Take a look http://blog.web2py.es/hosting-web2py/benchmark-of-python-wsgi-servers/

