`waitress` would require a wsgi callable
waitress-serve --port 8080 myapp:wsgi
Or it can run with paster, but kind of an inverse setup. Change `use =
egg:Paste#http` in the `.ini` file to `use = egg:waitress#main` and then run
"paster serve"
It would be nice to provide a wsgi callable, so that all servers can interface
with it and also we could hide the paste setup within that and be able to
seamlessly swap it out some day. But for now it seems we don't really need it.
---
** [tickets:#7957] Document how to run allura with gunicorn/uwsgi/mod_wsgi**
**Status:** open
**Milestone:** unreleased
**Labels:** sf-current sf-4
**Created:** Mon Aug 10, 2015 02:54 PM UTC by Dave Brondsema
**Last Updated:** Tue Sep 15, 2015 09:43 PM UTC
**Owner:** nobody
There have been reported problems with uwsgi:
http://lists.unbit.it/pipermail/uwsgi/2015-July/008104.html
We should make sure it works and document it. For mod_wsgi we can borrow &
simplify from our forge-allura.apache.org setup.
Once done, it'll help with our [#7908] docker setup.
---
Sent from forge-allura.apache.org because [email protected] is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.