> > I'm assuming there is no need to restart uwsgi; it automatically does I > suppose?
it is started with this command uwsgi --http 127.0.0.1:your_custom_port --pythonpath /home/your_user /web2py --module wsgihandler -d /home/your_user/tmp/uwsgi.log -t 20 -r --no-orphans -M -p 2 --touch-reload /home/your_user/tmp/uwsgireload.txt --evil-reload-on-rss 100 it is running as a daemon, which means it is still running after you close ssh window (putty in my case)

