You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <da...@brondsema.net> on 2015/09/15 23:10:44 UTC

[allura:tickets] #7957 Document how to run allura with gunicorn/uwsgi/mod_wsgi

    uwsgi --ini-paste-logged development.ini --http 0.0.0.0:8080 -H /path/to/allura/venv
    uwsgi --http 0.0.0.0:8080 --wsgi-file allura.wsgi  # if we have a .wsgi file, which we probably should.


---

** [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:** Mon Aug 10, 2015 03:39 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 dev@allura.apache.org 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.