Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mod_wsgi - A WSGI interface for Python web applications in Apache
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.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| mod_wsgi |
1.3 |
4.el4 |
i386 |
103 KiB |
Wed Oct 1 19:05:26 2008 |
| mod_wsgi |
1.3 |
3.el4 |
i386 |
103 KiB |
Tue Jun 17 00:21:04 2008 |
Changelog
- * Mon Sep 29 22:00:00 2008 James Bowes <jbowes{%}redhat{*}com> 1.3-4
- Remove requires on httpd-devel
- * Mon Jun 16 22:00:00 2008 Ricky Zhou <ricky{%}fedoraproject{*}org> 1.3-3
- Build against the shared python lib.
- * Sun Jan 6 22:00:00 2008 James Bowes <jbowes{%}redhat{*}com> 1.3-2
- Require httpd