A Python Module for the Apache 2 Web Server

Edit Package apache2-mod_python

mod_python allows embedding Python within the Apache HTTP server for a
considerable boost in performance and added flexibility in designing
Web-based applications.

Apache processes requests in stages (for example: read the request,
parse headers, check access, and so on). These stages can be
implemented by functions called handlers. Traditionally, handlers are
written in C and compiled into Apache modules. mod_python provides a
way to extend Apache functionality by writing Apache handlers in
Python. For a detailed description of the Apache request processing
process, see the Apache API notes.

For most programmers, the request and the authentication handlers
provide everything required. To ease migration from CGI and Httpdapy,
two handlers are provided that simulate these environments, allowing a
user to run scripts under mod_python with (for the most part) no
changes to the code.

mod_python originated from a project called Httpdapy. For a long time,
Httpdapy was not called mod_python because Httpdapy was not meant to be
Apache-specific. Httpdapy was designed to be cross-platform and was
initially written for the Netscape server.

Usage Hints:

To load mod_python into Apache, add it to APACHE_MODULES in
/etc/sysconfig/apache2. The configuration is described in
/usr/share/doc/packages/apache2-mod_python/doc-html/index.html.

Refresh
Refresh
Source Files
Filename Size Changed
apache2-mod_python.changes 0000032729 32 KB
apache2-mod_python.spec 0000004658 4.55 KB
mod_python-3.5.0.tar.bz2 0000428563 419 KB
Latest Revision
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 334185 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 1)
closing gap between Leap and SLE12
Comments 0
openSUSE Build Service is sponsored by