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