Blame SOURCES/wsgi-python3.conf

5f4416
# NOTE: mod_wsgi_python3 can not coexist in the same apache process as
5f4416
# mod_wsgi (python2).  Only load if mod_wsgi is not already loaded.
5f4416
5f4416
<IfModule !wsgi_module>
5f4416
    LoadModule wsgi_module modules/mod_wsgi_python3.so
5f4416
</IfModule>