Name: | mod_wsgi |
---|---|
Version: | 3.4 |
Release: | 13.el7_5.1 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 234768 |
License: | ASL 2.0 |
RPM: | mod_wsgi-3.4-13.el7_5.1.aarch64.rpm |
Source RPM: | mod_wsgi-3.4-13.el7_5.1.src.rpm |
Build Date: | Tue Sep 25 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://modwsgi.org |
Summary: | A WSGI interface for Python web applications in Apache |
Description: | The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI. |
- mod_wsgi forces HEAD to GET (#1623666)
- reduce chance of deadlock at process shutdown (#1493429)
- fix possible privilege escalation in setuid() (CVE-2014-0240)
- Mass rebuild 2014-01-24
- rebuild for #1029360
- Mass rebuild 2013-12-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- compile with -fno-strict-aliasing to workaround Python bug http://www.python.org/dev/peps/pep-3123/
- use _httpd_moddir macro
- spec file cleanups