comparison frontends/wsgi.py @ 6776:285d9adfefdb

Update comment to allow use with mod_wsgi perhaps? changing app to application for apache mod_wsgi is compatible with installation.txt's configs for apache.
author John Rouillard <rouilj@ieee.org>
date Tue, 12 Jul 2022 15:49:08 -0400
parents fde9fe504ebd
children
comparison
equal deleted inserted replaced
6775:bc9728a17f76 6776:285d9adfefdb
16 # Roundup tracker instance on startup. See upgrading.txt for 16 # Roundup tracker instance on startup. See upgrading.txt for
17 # more info. 17 # more info.
18 feature_flags = { "cache_tracker": "" } 18 feature_flags = { "cache_tracker": "" }
19 19
20 # Definition signature for app: app(environ, start_response): 20 # Definition signature for app: app(environ, start_response):
21 # If using apache mod_wsgi change app to application.
21 app = RequestDispatcher(tracker_home, feature_flags=feature_flags) 22 app = RequestDispatcher(tracker_home, feature_flags=feature_flags)

Roundup Issue Tracker: http://roundup-tracker.org/