Skip to main content

Questions tagged [uwsgi]

The tag has no usage guidance.

2 votes
0 answers
934 views

uWSGI: No python application found

When I run my app with the command python sorteerhoed.py && uwsgi --socket 0.0.0.0:5000 --protocol=http -w wsgi:app It runs fine and when I goto the server ip:5000 I get to see my page. But ...
tom keuper's user avatar
2 votes
0 answers
361 views

django + uwsgi + nginx, python files download instead of parse/execute

I am trying to get a new webserver up and running. php files will parse correctly but python files will not. I changed the file to +x, an this has no effect. I am not getting any errors in my logs ...
Nix's user avatar
  • 51
1 vote
0 answers
86 views

Django (uwsgi+nginx) app running on port (for ex.) 4444, not on 80

I have a VPS and few domains pointing to it. I'd like to use one domain as a url for my Django app. I run on nginx. I have followed official tutorial on uWSGI successfully. Everything works while I ...
Radim Hejduk's user avatar
2 votes
0 answers
568 views

uWSGI https server with systemd socket activation

I run a https web server, using uWSGI (version 2.0.14-debian; on a raspberry Pi with raspian / debian 9 stretch). For https, I have the following lines in configuration file: [uwsgi] ... protocol = ...
Al_'s user avatar
  • 51
5 votes
2 answers
3k views

Is there a way to format the timestamp from uwsgi

These are the docs for uwsgi logformat. http://uwsgi-docs.readthedocs.io/en/latest/LogFormat.html I have several unacceptable choices for outputting a timestamp in the log messages. Is there a way ...
boatcoder's user avatar
  • 542
0 votes
1 answer
1k views

uWSGI - "Out of memory: Kill process"

The following problem is happening with my uWSGI (a Pyramid app) ... Out of memory: Kill process 17715 (uwsgi) score 299 or sacrifice child Killed process 17715, UID 0, (uwsgi) total-vm:2731232kB, ...
Eduardo Lucio's user avatar