We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4dead commit 706bf63Copy full SHA for 706bf63
frontends/wsgi.py
@@ -18,4 +18,5 @@
18
feature_flags = { "cache_tracker": "" }
19
20
# Definition signature for app: app(environ, start_response):
21
+# If using apache mod_wsgi change app to application.
22
app = RequestDispatcher(tracker_home, feature_flags=feature_flags)
0 commit comments