Gunicorn is getting 404 errors
See original GitHub issueHello, I’m running lint-review on docker. I noticed that:
web_1 | [2018-08-07 08:44:59 +0000] [10] [DEBUG] GET /ping
web_1 | 127.0.0.1 - - [07/Aug/2018:08:44:59 +0000] "GET /ping HTTP/1.1" 404 233 "-" "curl/7.47.0"
broker_1 | 2018-08-07 08:45:01.810 [info] <0.813.0> accepting AMQP connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672)
broker_1 | 2018-08-07 08:45:01.815 [info] <0.813.0> connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672): user 'guest' authenticated and granted access to vhost '/'
broker_1 | 2018-08-07 08:45:01.861 [warning] <0.813.0> closing AMQP connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672, vhost: '/', user: 'guest'):
Gunicorn is getting 404 errors on ping. Any ideas?
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Gunicorn shows 404 instead of app - python - Stack Overflow
1 Answer 1 · I don't get it. I have defined routes (also "/") in views.py in my mymodule folder. Works fine when...
Read more >Getting 404 error when using gunicorn/eventlet in prod #990
{ "error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your...
Read more >Django application with nginx and gunicorn only showing ...
Coding example for the question Django application with nginx and gunicorn only showing welcome page rest all pages showing 404 error-django.
Read more >After upgrading to Red Hat Satellite 6.10, Content View ...
After upgrading to Red Hat Satellite 6.10, Content View publishing fails with error "404 not found" ... No translations currently exist. Issue.
Read more >Nginx+gunicorn 404 - Server Fault
Try checking if your gunicorn.sock file is really there. It could be that the folder in which it should be in does not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Environment: AWS EC2 - Ubuntu Server 16.04 Installed docker-ce, docker-compose with the instructions of official docker documentation, then cloning the repository, running docker-compose pull and docker-compose up.
Ok.
curl
does seem to be missing from the application container. I can fix that.What is the sha of the docker image you get from
docker-compose pull
? You can get that fromdocker images | grep 'lint-review'