-
WSGI support has been removed at Tornado 6 which has broken `rosie disco`.
https://github.com/tornadoweb/tornado/issues/2792
~Need to fix the issue or pin tornado to
-
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…
-
```
After building unladen with the following options, I tried to run my webapps
with mod_wsgi (that uses the shared lib) and here is what I get :
/usr/lib/libpython2.6.so.1.0: undefined symbol:
_Z…
-
```
O ficheiro, handler dos webservices em Python, precisa ser optimizado de forma
a que a função não ocupe as 800 linhas de código.
```
Original issue reported on code.google.com by `graca.pa...@gm…
-
# ISSUE\_TEMPLATE
* longclaw version: latest
* Django version: 2.2.12
* Python version: 3.8.1
## Description
AttributeError: 'WSGIRequest' object has no attribute 'data'
after setting st…
-
Is would be useful to have a ready configuration for WSGI file. Pretty much any server runs Django via WSGI these days, so it would take care of great many possible configurations (Apache and nginx in…
frnhr updated
6 years ago
-
```
We could make Crunchy conform to WSGI - then, it would be trivial to run
Crunchy using Apache or any modern web server. We could re-use lots of
other people's code :)
There are lots of solutions …
-
## barbican_api container
`/var/www/cgi-bin/barbican/main`
```python
#!/usr/bin/python3
#PBR Generated from 'wsgi_scripts'
import threading
from barbican.api.app import get_api_wsgi_script
…
-
The tests runned with `pytest` works with python3.11 and not in 3.12:
How to reproduce:
```
git clone git@github.com:pallets/flask.git
cd flask/examples/tutorial
python3.11 -m venv venv3.11
py…
-
### Issue Summary
Attempt to preview any page results in exception.
### Steps to Reproduce
1. Open any page in the WagTail CMS for editing
2. Click Preview button
Site is running under ng…