Mercurial > p > roundup > code
diff doc/installation.txt @ 8461:1522e0e15903
doc: remove uWSGI references as it is in maint mode and not being updated
Replaced with Waitress where appropriate.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 30 Sep 2025 18:08:14 -0400 |
| parents | 036ba3496232 |
| children | b09ef85f0da6 |
line wrap: on
line diff
--- a/doc/installation.txt Sat Sep 27 17:26:32 2025 -0400 +++ b/doc/installation.txt Tue Sep 30 18:08:14 2025 -0400 @@ -1283,7 +1283,7 @@ The Hiawatha and lighttpd web servers can run Roundup using FastCGI. Cherokee can run FastCGI but it also supports wsgi directly using a -wsgi server like uWSGI, Gnuicorn etc. +wsgi server like Waitress, Gnuicorn etc. To run Roundup using FastCGI, the flup_ package can be used under Python 2 and Python 3. We don't have a detailed config for this, but @@ -1499,23 +1499,6 @@ .. _`See the Waitress docs`: https://docs.pylonsproject.org/projects/waitress/en/stable/ -.. index:: pair: web interface; uWSGI - single: wsgi; uWSGI - -uWSGI Installation -~~~~~~~~~~~~~~~~~~ - -For a basic roundup install using uWSGI behind a front end server, -install uwsgi and the python3 (or python) plugin. Then run:: - - uwsgi --http-socket 127.0.0.1:8917 \ - --plugin python3 --mount=/tracker=wsgi.py \ - --manage-script-name --callable app - -using the same wsgi.py as was used for Gunicorn. If you get path not -found errors, check the mount option. The /tracker entry must match -the path used for the [tracker] web value in the tracker's config.ini. - Configure an Email Interface ============================
