Currently I'm successfully running a askbot instance site.com. When I try to install the second instance at site2.com, site2.com and site.com gets content from each other randomly despite having a different databases and configs. I use virtualenv for setting up askbot on both sites using pip.
Server Environment: Nginx, Mysql, uWSGI
I use this script for starting uwsgi as service, http://goo.gl/nI7Em I use this config in nginx, https://gist.github.com/427eace448b71461755c
site.com = http://goo.gl/GN3Fv site2.com = http://goo.gl/VgWpe