`mod_wsgi-express` has a paste option, regular apache+mod_wsgi requires a .wsgi
file and a webserver config using `WSGIScriptAlias` etc.
mod_wsgi-express start-server development.ini --application-type paste
--user allura --group allura --port 8080 # user/group required, if running as
root
mod_wsgi-express start-server allura.wsgi --user allura --group allura
--port 8080
---
** [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:22 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.