[19:55:44] hey taavi your categorization switch in https://wikitech.wikimedia.org/wiki/Template:Toolforge_nav breaks on https://wikitech.wikimedia.org/wiki/Help:Toolforge [20:26:53] Hi everybody. I'm reinstalling a tool, and it won't start because of "interpreter change detected". From what I've seen in stackoverflow, this gets fixed by setting a parameter in the Apache config file. Is there anyway to set that kind of parameters? [20:31:14] To be precise, I have to set WSGIApplicationGroup %{GLOBAL} [20:31:33] which tool is this? [20:32:46] (a quick search suggests that’s a python message and I don’t think we usually use apache with python tools? but maybe uWSGI has a comparable parameter) [20:34:48] I believe you need [20:34:50] [uwsgi] [20:34:51] single-interpreter = true in uwsgi.ini [20:34:56] in www/python/uwsgi.ini [20:35:14] (oops, forgot to remove “in uwsgi.ini” from the penultimate message ^^) [20:37:02] It works! [20:37:27] Thank you very much! [20:37:31] \o/