mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1716] 502 Bad Gateway #1354
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#1354
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 @Dablakbandit on GitHub (Apr 10, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1716
Impacted versions
Steps to reproduce
Install on Ubuntu 18.04.2 LTS
Current behavior
Link to log:
test.log
Video/Screenshot link (optional)
@tonioo commented on GitHub (Apr 29, 2019):
@Dablakbandit Have you checked if uwsgi is running?
@codywarmbo commented on GitHub (Jun 4, 2019):
I also get this sporadically. Sometimes all is well, but my webmail solution often fails to authenticate and when I check the admin interface this error appears, only to go away moments later and all is operational again.
@peterchibunna commented on GitHub (Jul 31, 2019):
I get this too. Checking the error log yields
@peterchibunna commented on GitHub (Jul 31, 2019):
I finally figured out why. uwsgi is opening a socket it cannot read from. Change the
chmod-socketparameter from660to666in/etc/uwsgi/apps-enabled/modoboa_instance.iniand/etc/uwsgi/apps-enabled/automx_instance.ini