www-apache/mod_wsgi/files/70_mod_wsgi.conf
author gabriel
Sat, 03 May 2025 12:40:54 +0100
changeset 55 3ff09a7823ce
permissions -rw-r--r--
Forgot the files directory of mod_wsgi
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55
3ff09a7823ce Forgot the files directory of mod_wsgi
gabriel
parents:
diff changeset
     1
<IfDefine WSGI>
3ff09a7823ce Forgot the files directory of mod_wsgi
gabriel
parents:
diff changeset
     2
LoadModule wsgi_module modules/mod_wsgi.so
3ff09a7823ce Forgot the files directory of mod_wsgi
gabriel
parents:
diff changeset
     3
</IfDefine>
3ff09a7823ce Forgot the files directory of mod_wsgi
gabriel
parents:
diff changeset
     4
3ff09a7823ce Forgot the files directory of mod_wsgi
gabriel
parents:
diff changeset
     5
# vim: ts=4 filetype=apache