-
If you've ever set up Apache, then you know it can be a pain. We ship the server to run with the call `ga4gh_server` which uses the flask debug server, but when you set it up to run behind Apache it m…
-
There are several download endpoint URLs seens as user on migrid, which depends on how much data is being downloaded.
For files smaller than 64MB you will use:
`https://erda.dk/wsgi-bin/cat.py?pa…
-
https://github.com/eventlet/eventlet/commit/7f53465578543156e7251e243c0636e087a8445f changes the invocation of https://github.com/eventlet/eventlet/blob/v0.21.0/eventlet/wsgi.py#L740.
The expected …
-
At the moment the default flask server is used for production. It is best practice/recommended to use an wsgi server like Gunicorn for production.
As far as I know, the scheduler could cause some is…
-
Currently, the Flask web server is used for in the application, but it won't be able to scale very well it will be better if you add support for Gunicorn server
-
**Steps I followed**
Hello everyone.
I'm using the baremetal-operator to manage my on-premise cluster where I have Dell servers, equipped with iDRAC 9.
I deploy the metal3 provider like the f…
-
Python 3.11, Flask==2.2.2, Windows 10
After firing up the server and joining a room, get this error in the server log:
```
127.0.0.1 - - [19/Nov/2022 03:04:13] "GET /poker/texas-holdem HTTP/1.1…
-
```
What steps will reproduce the problem?
1. My cogen handler (embedding a pylons app):
config_path = os.path.abspath(os.path.dirname(server['config_file']))
path = '%s/%s' % (config_path, s…
-
I stumbled across this problem when working on an isapi wsgi script for MoinMoin. The other scripts in MoinMoin use the format "moin.foo.py" so I created "moin.isapi-wsgi.py", but I couldn't get it to…
ghost updated
2 weeks ago
-
To integrate with an arbitrary WSGI server, we need to explain in the docs how to create a module that isn't imported by anything else that imports the App, instantiates it (so that you can point a WS…