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