Blame SOURCES/wsgi-python3.conf

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