Closed
Bug 1386866
Opened 8 years ago
Closed 8 years ago
Confirm dockerized webapp uwsgi configuration
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: miles, Unassigned)
Details
The dockerized Socorro webapp emits uwsgi debugging information such as:
'!!! no internal routing support, rebuild with pcre support !!!'
and
'No handlers could be found for logger "django.security.DisallowedHost"'
Are these actionable things that we should fix?
Comment 1•8 years ago
|
||
I don't know if we're using uwsgi internal routing. If we're not, then this isn't a big deal. If we are, then we probably need a system package for it that should get installed in the docker/set_up_ubuntu.sh script.
The "No handlers ..." line is telling you that logging isn't set up for that app. I think that's a webapp configuration issue. Peter would know. But the actual text is hiding the fact that the webapp is probably trying to tell you that it's got the wrong ALLOWED_HOSTS setting. I think you need to set ALLOWED_HOSTS in the environment.
Comment 2•8 years ago
|
||
Miles: Is there anything outstanding here that's not covered in comment #1?
Flags: needinfo?(miles)
| Reporter | ||
Comment 3•8 years ago
|
||
I think that covers it, thanks!
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(miles)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•