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
8 lines
219 B
Plaintext
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>
|