It seems that plugins are loaded very early, before uWSGI will parse whole
config and set all variables, so I cannot use:

[uwsgi]
var_plugin = rack193
plugin = %(var_plugin)

With such options uWSGI will try to load "%(var_plugin)_plugin.so" file.
Would it be possible to parse variable before loading plugins?

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

Reply via email to