mirror of https://github.com/zulip/zulip.git
c881430f4c
Zulip apparently is now affected by a bad interaction between Apache's WSGI using Python subinterpreters and C extension modules like `re2` that are not designed for it. The solution is apparently to set WSGIApplicationGroup to %{GLOBAL}, which disables Apache's use of Python subinterpreters. See https://serverfault.com/questions/514242/non-responsive-apache-mod-wsgi-after-installing-scipy/514251#514251 for background. Fixes #19924. |
||
---|---|---|
.. | ||
zulip | ||
zulip_ops | ||
deps.yaml |