Hello, In the recent uwsgi progress a feature capture my attention : emperor mode This is solving a problem we are often facing so I was trying to make sense of it. I have created a mercurial repo that contains the directory structure I am trying to use : * https://bitbucket.org/yml/uwsgi-emperor-template-configuration/src
The idea is to find a generic directory structure that I could easily deploy on a server. The overall process is : hg clone https://bitbucket.org/yml/uwsgi-emperor-template-configuration <https://bitbucket.org/yml/uwsgi-emperor-template-configuration>pip install -E uwsgi-tip -r requirement.pip start-uwsgi.sh In the directory called "vassal-sites" I have added 2 simple wsgi apps. Each of them has a uwsgi configuration file. So far I haven't been able to setup "Cherokee" to serve the wsgi apps. I have added a vserver called "uwsgi-emperor", document root=/var/www. I have uncheck the 'check_file' property. This emperor host match is defined like this : Wildcard and the domain pattern : * This is where I am stuck I don't know how the behavior and the source should be configured. Could you please let me know how to move forward or point me to the documentation that explain this point ? Regards, --yml
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
