-
JiriSko,
Been using this for a while. We recently made some changes and wanted to share with you. I am not a coder, so it took me a while to get this working, but when using the python flask app on…
-
In pull request: https://github.com/UCL-INGI/INGInious/pull/531
@anthonygego mentioned running the `inginious-webapp` as a uwsgi instance w/ nginx. Can you share your uwsgi configuration for doing …
-
uWSGI is in maintenance mode, switch to aWSGI? Reported by Alex.
-
uwsgi is now in maintenance mode: https://uwsgi-docs.readthedocs.io/en/latest/
> The project is in maintenance mode (only bugfixes and updates for new languages apis). Do not expect quick answers o…
-
Hi , i want to know which path should I put in the uwsgi.ini.
if the virtualenv is in /dmoj/
is chdir /dmoj/site? how about pythonpath?
-
Develop documentation and test to use uwsgi for the flask web service
- [ ] How to install
- [ ] How to deploy
https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html#deploying-flask
…
-
Should consider upping the uWSGI version because there are problems with newer xcode releases for the currently required version of uWSGI in requirements.txt for Mac OS users. Problem with xcode compi…
-
Hi,
We are experiencing intermittent issues with our web health checks. Occasionally, the response time exceeds 8 seconds, leading to health check failures due to a timeout (set to 3 seconds).
A…
-
!! uWSGI process 131657 got Segmentation Fault !!!
*** backtrace of 131657 ***
/home/django/env/bin/uwsgi(uwsgi_backtrace+0x33) [0x560fc1fbfbb3]
/home/django/env/bin/uwsgi(uwsgi_segfault+0x27) [0x5…
-
Hello, I encountered a permission denied problem when the script was executed to create a new directory.
the directory to be created is located in `/home/result` which needs root permission to access…