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