Blame SOURCES/wsgi.conf

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