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