Blame SOURCES/wsgi.conf

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