mod_wsgi
mod_wsgi copied to clipboard
Source code for Apache/mod_wsgi.
## Catch EXception: File "/opt/venv/lib/python2.7/site-packages/pkg_resources.py", line 945, in resource_filename self, resource_name File "/opt/venv/lib/python2.7/site-packages/pkg_resources.py", line 1633, in get_resource_filename self._extract_resource(manager, self._eager_to_zip(name)) File "/opt/venv/lib/python2.7/site-packages/pkg_resources.py", line 1661, in _extract_resource self.egg_name, self._parts(zip_path) File "/opt/venv/lib/python2.7/site-packages/pkg_resources.py", line...
Removed some extra brackets: the code is clear but this allows the copy paste of the code to work :) Thank you, Riccardo
I spent several days trying to track down a problem that I could have isolated earlier if this message were worded better. ./src/server/mod_wsgi.c:2194: PyErr_SetString(PyExc_RuntimeError, "response has not been started"); This...
Trying to do an out of source tree build, that means, creating a separate directory and calling configure from there, fails: ``` […] [BEE] changing to build directory: /scratch/local/bee-indicopr/mod/mod_wsgi-4.9.2-20220625/build [BEE]...
To save a redirect, and prevent certain kinds of attacks, HTTPS URLs could be used in the comment of a [release](https://github.com/GrahamDumpleton/mod_wsgi/releases). ``` $ curl -I http://modwsgi.readthedocs.org/en/latest/release-notes/version-4.9.2.html HTTP/1.1 301 Moved Permanently...
Hello there. This issue probably does not belong here and I'm sorry for that but it's interesting and I'm running out of my debugging skills and you might be able...
Hello, I hope you are keeping well. I am facing an issue with the installation of `mod_wsgi-standalone` in multiple environments (Mac and EC2 instance). Apache is not installed on both...
OK So I have a apache running fine with a rewrite to a WSGI script like this: ``` RewriteRule /call-some-wsgi-script /wsgi-script-alias ``` and ``` WSGIScriptAlias /wsgi-script-alias /scripts/wsgi-script.py ``` The wsgi...
Hi Team, We are using mod_wsgi to host my flask application on EC2 server. Recently we started seeing intermittent 504 gateway timeout issues for out APIs. On investigating the mod...
Hi, We are trying to set up a site that should support large file uploads (~more than 2GB). We are using: python3-mod_wsgi version 4.7.1-2.el7 OS: centos 7 flask: 2.0.2 Apache:...