mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #568] Docs: Run modoboa with apache/mod_wsgi as daemon #543
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#543
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @piwats on GitHub (Jun 11, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/568
Hello,
the django docs describe the mod_wsgi daemon mode as the recommended mode of running django applications under non-windows environments.
Here is my vhost configuration for modoboa, which can be used in the docs to show how this can be achieved:
ServerName example.com@tonioo commented on GitHub (Jun 11, 2014):
A bit of documentation already covers this part : http://modoboa.readthedocs.org/en/latest/integration/web_servers.html#mod-wsgi.
But I can update it with the few extra settings you use.