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