> 2012/2/14 Roberto De Ioris <[email protected]>: > >>> But how can I route to different psgi scripts by different urls? Is it >>> possible to have default application or static page for unknown url? > >> I am not quite sure to undertstand what you mean. >> >> The psgi plugin currently does not support mounting multiple >> applications >> in the same process, so you can route requests to the only loaded app. > > Yes, I need to mount multiple applications to the same process :( What > about plans to add this feature? > > Is it possible with something like UWSGI_SCRIPT from nginx?
there is a patch hanging on from ages (it should have been added in 1.0), but it lacked testers. I think we have found one :) > > Can I run multiple uWSGI instances for every psgi application + master > instance by executing something like: > > $ ./uwsgi /etc/uwsgi/one-big-configuration-file.ini > > look at the emperor, by default it searches for single files, but could be easily extended for other paradigms. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
