@@ -1283,7 +1283,7 @@ FastCGI (Cherokee, Hiawatha, lighttpd)
12831283
12841284The Hiawatha and lighttpd web servers can run Roundup using FastCGI.
12851285Cherokee can run FastCGI but it also supports wsgi directly using a
1286- wsgi server like uWSGI , Gnuicorn etc.
1286+ wsgi server like Waitress , Gnuicorn etc.
12871287
12881288To run Roundup using FastCGI, the flup_ package can be used under
12891289Python 2 and Python 3. We don't have a detailed config for this, but
@@ -1499,23 +1499,6 @@ including putting it behind a proxy, IPV6 support etc.
14991499.. _`See the Waitress docs`:
15001500 https://docs.pylonsproject.org/projects/waitress/en/stable/
15011501
1502- .. index:: pair: web interface; uWSGI
1503- single: wsgi; uWSGI
1504-
1505- uWSGI Installation
1506- ~~~~~~~~~~~~~~~~~~
1507-
1508- For a basic roundup install using uWSGI behind a front end server,
1509- install uwsgi and the python3 (or python) plugin. Then run::
1510-
1511- uwsgi --http-socket 127.0.0.1:8917 \
1512- --plugin python3 --mount=/tracker=wsgi.py \
1513- --manage-script-name --callable app
1514-
1515- using the same wsgi.py as was used for Gunicorn. If you get path not
1516- found errors, check the mount option. The /tracker entry must match
1517- the path used for the [tracker] web value in the tracker's config.ini.
1518-
15191502Configure an Email Interface
15201503============================
15211504
0 commit comments