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