Blame SOURCES/wsgi-python3.conf

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