I was trying to serve several sites using a setup similar to the one found
here, http://wiki.nginx.org/HttpUwsgiModuleMultipleDynamicApplications, with
a notable exception: instead of naming the files app1.py, app2.py, and
app3.py they are app1/app.py, app2/app.py, and app3/app.py and set PYHOME
and CHDIR to the correct corresponding directories. This causes the first
app that is loaded to be the only one that will ever display until uWSGI is
reloaded. 

 

So if you do not namespace your script names, vhosts will not work. Can this
be worked around or is it a bug?

 

 

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to