mod_wsgi/wsgi.conf
Petr Šabata 6ecba9e4e7 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/mod_wsgi#f9866de6358a20cc851b3d13e7f997dc3bec28e9
2020-10-15 19:57:26 +02:00

8 lines
219 B
Plaintext

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