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