-
Attempting to bring up containerized mailman/mailman-web following the instructions at https://asynchronous.in/docker-mailman/
Everything seems to progress more or less normally, then everything st…
-
Have you considered dropping uWSGI in favor of gunicorn or other WSGI server?
uWSGI is in maintenance-mode only for a long time plus it doesn't even have wheels built for any system.
-
```
PIKU_INTERNAL_NGINX_CACHE_MAPPING = """
location ~* ^/($cache_prefixes) {
uwsgi_cache $APP;
uwsgi_cache_min_uses 1;
uwsgi_cache_key $host$uri;
uwsgi_cache…
-
According to the uWSGI folks it's advised not to use socket and http listeners together. This is discussed [here](https://github.com/unbit/uwsgi/issues/2264). We need to update the uWSGI.ini template …
-
I think that the workers are being overloaded with requests :thinking:
```
[pid: 83|app: 0|req: 340/1028] 10.99.16.1 () {66 vars in 1353 bytes} [Thu Sep 19 17:08:59 2024] GET /api/v1/destruction-li…
-
Could not get a fresh install to work on an ubuntu server until I bumped pandas and uwsgi deps:
-pandas==2.0.2
+pandas==2.2.3
-uWSGI==2.0.22
+uWSGI==2.0.26
then everything installed fine.
-
### What went wrong?
**What happened**:
See here for example error message:
https://github.com/grafana/oncall/actions/runs/10738216009/job/29781341710#step:4:252
**What did you expect to happen**:
-…
-
If libxml2-dev was installed when uWSGI was built, then importing `xmlsec` within uWSGI leads to an incorrect error `xmlsec.InternalError: (-1, 'lxml & xmlsec libxml2 library version mismatch')`. Ther…
-
Hi,
I'm trying to reduce the size of my service's container image. I am using `python3.12-slim-bookworm` as my base container, which requires me to install the `libxml2` apt package to install and …
-
Hello,
- Debian 12
- libapache-mod-proxy-uwsgi 2.4.62-1~deb12u1
- uwsgi-core 2.0.21-5.1
- uwsgi-plugin-php 2.0.21+4+0.0.15
I am having an issue with Apache using `AddHandler` to forward `.php…