-
I'm about to deploy a django app. I was originally going to use `uvicorn` with Django 3.0, but after seeing `whitenoise` doesn't work with asgi servers yet was thinking of just reverting back to wsgi.…
-
Hi there - I have need to deploy blawx at a URL offset from the root of the server. The usual way to do this in django is to run it in a WSGI container with an offset, but when I invoke the existing w…
-
I'm running a django web application by using fcgi (SCGI protocol) as backend. What I get is a plenty of useless log messages coming from scgi-wsgi logger, after each HTTP GET request. I wasn't able t…
-
-
Hi, I'd like to run h2o for our Python/Django apps, for the HTTP2 server push capabilities.
Would it be possible to add WSGI support to enable usage of Python & Django?
-
-
- servers (can only use 1):
- ASGI: https://github.com/encode/uvicorn (we'll need to port to FastAPI—which is easy—and then make all routes async for best performance)
- WSGI: https://githu…
-
Main installation is on server A
AWVS engine on server B
## Log Server B
```
root@9c46bf380314:/home/acunetix/.acunetix# cat logs/backend.log
2024-10-27 15:32:46,098: ERROR helpers.licensi…
-
logs on the backend show that we're calling `get_user_infinished_reading_sessions` with an inte instead of viewport_settings?
```
[Thu Sep 12 15:10:10.491181 2024] [wsgi:error] [pid 22:tid 140435…
-
Is it possible to run it as wsgi app or should a reverse proxy be used?