Name: | mod_wsgi |
---|---|
Version: | 3.4 |
Release: | 11.el7 |
Architecture: | x86_64 |
Group: | System Environment/Libraries |
Size: | 202168 |
License: | ASL 2.0 |
RPM: | mod_wsgi-3.4-11.el7.x86_64.rpm |
Source RPM: | mod_wsgi-3.4-11.el7.src.rpm |
Build Date: | Sat May 03 2014 |
Build Host: | ca-buildj3.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. |
- 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
- enable PR_SET_DUMPABLE in daemon process to enable core dumps
- use a NULL c->sbh pointer with httpd 2.4 (possible fix for #867276) - add logging for unexpected daemon process loss
- also use RPM_LD_FLAGS for build bz. #867137