-
mod_wsgi (pid=2135587): Failed to exec Python script file '/var/www/html/atc/atc/wsgi.py'.
mod_wsgi (pid=2135587): Exception occurred processing WSGI script '/var/www/html/atc/atc/wsgi.py'.
Tracebac…
-
In our application, we have products with metadata entered by our customers. Some of them need to input Unicode characters, often using the degree symbol (°).
However, when this symbol appears in …
-
**Describe the bug**
Last sprint, BiodivSports app instance have often been unusable due to an heavy load (almost camptocamp calls, which culminate to more than 250000 hits/day this summer). Conse…
-
Hey there,
first of all, thanks for maintaining eventlet!
Is there any particular reason, that the maximum header length is 8 kB? It's defined as a constant here: https://github.com/eventlet/even…
-
We want to remove libsoup dependencies and be compatible with WSGI.
We would like to use a server as gevent:
http://www.gevent.org/gevent.html
-
Flask's built in web-server is not designed for production use cases. Of course, fully reimplementing your server infrastructural can be annoying. Which is why it's great that the same exact code can …
-
from flask import Flask, render_template, request
import os
from deeplearning import OCR
# webserver gateway interface
app = Flask(__name__)
BASE_PATH = os.getcwd()
UPLOAD_PATH = os.path.join(…
KhomZ updated
2 years ago
-
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,
I am trying to run HiCBrowser but keep getting this error message:
* Serving Flask app "hicbrowser.views" (lazy loading)
* Environment: production
WARNING: Do not use the development …
-
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…