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