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