๐ŸŒ
PyPI
pypi.org โ€บ project โ€บ mod-wsgi
mod-wsgi ยท PyPI
June 10, 2026 - If you do not, and you are on a UNIX-like system (Linux), see the companion mod_wsgi-standalone package on PyPi, which additionally installs a private build of Apache as part of the Python installation. For installation instructions, configuration directives, and usage guides, see the mod_wsgi documentation site at https://www.modwsgi.org. ... Corrupt tar.gz file. ... Download the file for your platform.
      ยป pip install mod-wsgi
    
Published ย  Jun 27, 2026
Version ย  6.0.5
Apache module for Python based web applications
mod_wsgi is an Apache HTTP Server module by Graham Dumpleton that provides a WSGI compliant interface for hosting Python based web applications under Apache. As of version 4.5.3, mod_wsgi supports Python 2 โ€ฆ Wikipedia
๐ŸŒ
Modpython
modpython.org โ€บ live โ€บ current โ€บ doc-html โ€บ installation.html
Installation โ€” Mod_python v3.5.0-3.5.0 documentation
If you wish to selectively install just the Python libraries or the DSO (mod_python.so) (which may not always require superuser privileges), you can use the following make targets: install_py_lib and install_dso. ... You need to configure Apache to load the module by adding the following line in the Apache configuration file, usually called httpd.conf or apache.conf:
๐ŸŒ
Modpython
modpython.org โ€บ python10
Mod_Python - Integrating Python with Apache
Mod_python [1] is an Apache server [2] module that embeds the Python interpreter within the server and provides an interface to Apache server internals as well as a basic framework for simple application development in this environment.
๐ŸŒ
ArchWiki
wiki.archlinux.org โ€บ title โ€บ Apache_HTTP_Server โ€บ mod_python
Apache HTTP Server/mod_wsgi - ArchWiki
March 17, 2022 - Install mod_wsgiAUR which provides the module working with all common versions of Python (3.x). As indicated during installation, add the following line to the configuration file of Apache:
๐ŸŒ
Readthedocs
modwsgi.readthedocs.io
mod_wsgi โ€” mod_wsgi 6.0.5 documentation
The module itself can be built from source or, on Linux, installed from a distribution package (deb/rpm) where one is available. See Installation. As mod_wsgi-express, a pip-installable Python package that wraps Apache and mod_wsgi behind a single command and generates the Apache configuration for you.
๐ŸŒ
TecAdmin
tecadmin.net โ€บ install-apache-with-python-mod-wsgi-on-debian-10
How to Install Apache with Python mod_wsgi on Debian 10 โ€“ TecAdmin
April 26, 2025 - This tutorial helps you to how to install the Apache mod_wsgi module on Debian 10 Linux system. Login to your Debian 10 system terminal with the root or sudo privileged account. You must have installed required Python version on your system.
๐ŸŒ
HowtoForge
howtoforge.com โ€บ home โ€บ embedding python in apache2 with mod_python (debian etch)
Embedding Python In Apache2 With mod_python (Debian Etch)
This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server.
Find elsewhere
๐ŸŒ
openSUSE
software.opensuse.org โ€บ package โ€บ apache2-mod_python
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.
๐ŸŒ
Stack Overflow
stackoverflow.com โ€บ questions โ€บ 14338506 โ€บ mod-python-no-module-named-apache โ€บ 18104972
python - mod_python no module named _apache - Stack Overflow
I am trying to run a python program which I have downloaded. It requires mod_python so I installed the latest version from source. I am also running Python 2.7 on Ubuntu 12.04. When I run the python file I get the following error: from mod_python import apache File "/usr/local/lib/python2.7/dist-packages/mod_python/apache.py", line 30, in <module...
๐ŸŒ
PyPI
pypi.org โ€บ project โ€บ apache-manager
apache-manager ยท PyPI
The apache-manager package is available on PyPI which means installation should be as simple as: ... Thereโ€™s actually a multitude of ways to install Python packages (e.g.
      ยป pip install apache-manager
    
Published ย  Feb 29, 2020
Version ย  2.2
๐ŸŒ
Modpython
modpython.org โ€บ live โ€บ mod_python-2.5 โ€บ doc โ€บ installation.html
Installation
September 4, 2000 - On FreeBSD, bjects linked with ... The best solution is to quickly download and compile Python and link against that: 1. tar xzvf py152.tgz 2. cd Python-1.5.2 3. ./configure 4. make 5. now cd to the apache source directory 6. cd src/modules/extra 7....
๐ŸŒ
PyPI
pypi.org โ€บ project โ€บ apache-libcloud
apache-libcloud ยท PyPI
Details for the file apache_libcloud-3.9.1-py3-none-any.whl. Download URL: apache_libcloud-3.9.1-py3-none-any.whl
      ยป pip install apache-libcloud
    
Published ย  Apr 21, 2026
Version ย  3.9.1
๐ŸŒ
Matrixpost
blog.matrixpost.net โ€บ home โ€บ general โ€บ enable python for apache websites
Enable Python for Apache Websites - .matrixpost.net
July 6, 2024 - Because the parser is embedded in the server as an Apache module, it will run much faster than traditional CGI. Source: https://packages.debian.org/sid/libapache2-mod-python
๐ŸŒ
Wikipedia
en.wikipedia.org โ€บ wiki โ€บ Mod_python
mod_python - Wikipedia
March 30, 2021 - mod_python is an Apache HTTP Server module that integrates the Python programming language with the server.