🌐
GitHub
github.com › xolox › python-apache-manager
GitHub - xolox/python-apache-manager: Monitor and control Apache web server workers from Python
It works by parsing the plain text and HTML status pages generated by Apache's mod_status module. It's currently tested on cPython 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy. It was developed for and expects to be run on Linux systems. ... On the one hand the apache-manager package was developed based on quite a few years of experience interfacing with (and monitoring) the Apache web server using the interfaces provided by Apache itself (mod_status) as well as the Linux operating system interfaces (/proc). On the other hand the Python package itself is quite new: it was developed between June and September of 2015.
Starred by 6 users
Forked by 2 users
Languages   Python 95.8% | Makefile 2.8% | Shell 1.4% | Python 95.8% | Makefile 2.8% | Shell 1.4%
🌐
GitHub
github.com › grisha › mod_python › blob › master › lib › python › mod_python › apache.py
mod_python/lib/python/mod_python/apache.py at master · grisha/mod_python
autoreload = config["PythonAutoReload"] == "1" module = import_module(module_name, autoreload=autoreload, log=debug) # find the object · obj = resolve_object(module, obj_str, arg=conn, silent=0) · # Only permit debugging using pdb if Apache has ·
Author   grisha
🌐
GitHub
gist.github.com › pj8912 › 689c3f41403ca855ae006667d2cd6928
Apache, python installation in linux server · GitHub
Apache, python installation in ... list · sudo ufw allow 'Apache' sudo systemctl status apache2 · sudo apt-get install libapache2-mod-wsgi python-dev ·...
🌐
GitHub
github.com › apache › apisix-python-plugin-runner
GitHub - apache/apisix-python-plugin-runner: Apache APISIX Python plugin runner · GitHub
Runs Apache APISIX plugins written in Python.
Starred by 41 users
Forked by 24 users
Languages   Python 90.1% | Go 7.9% | Makefile 2.0%
🌐
GitHub
github.com › apache
The Apache Software Foundation · GitHub
Python 779 Apache-2.0 304 158 (15 issues need help) 89 Updated
🌐
GitHub
github.com › apache › airflow-client-python
GitHub - apache/airflow-client-python: Apache Airflow - OpenApi Client for Python · GitHub
You can install the client using standard Python installation tools. It is hosted in PyPI with apache-airflow-client package id so the easiest way to get the latest version is to run:
Starred by 465 users
Forked by 74 users
Languages   Python
🌐
GitHub
github.com › vicb1 › apache-python-server
GitHub - vicb1/apache-python-server
Run command pip install mod_wsgi then run command mod_wsgi-express module-config which will create a module file in this directory. For me this was named mod_wsgi.pyd and its contents will depend on your Windows/Python versions.
Author   vicb1
🌐
PyPI
pypi.org › project › apache-libcloud
apache-libcloud · PyPI
Software Development :: Libraries :: Python Modules · Report project as malware · Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through ...
      » pip install apache-libcloud
    
Published   Apr 21, 2026
Version   3.9.1
🌐
GitHub
github.com › GrahamDumpleton › mod_wsgi › issues › 302
mod_wsgi unable to load python module · Issue #302 · GrahamDumpleton/mod_wsgi
April 18, 2018 - Server = RedHat 3.10 Apache version = 2.4.6 mod_wsgi = 4.6.3 Python Version = 3.6 Using mod_wsgi embedded mode · Issue: When Apache calls the wsgi file, it attempts to load the flask script as an application and fails with the following error: Traceback (most recent call last): File "/var/www/Flask/FlaskApp.wsgi", line 14, in from FlaskApp import app as application ModuleNotFoundError: No module named 'FlaskApp'
Author   GrahamDumpleton
🌐
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.
Find elsewhere
🌐
GitHub
github.com › grisha › mod_python › issues › 12
ImportError: No module named _apache · Issue #12 · grisha/mod_python
November 1, 2013 - The content of mptest.py is just like the example in the doc: from mod_python import apache def handler(req): req.content_type = 'text/plain' req.write("Hello World mod_python test!") return apache.OK · and the mod_python version prints out: [huskier@server test]$ mod_python version · mod_python: 3.5.0-54d42b1 '/usr/lib64/httpd/modules/mod_python.so'
Author   grisha
🌐
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.
🌐
GitHub
github.com › apache › iceberg-python
GitHub - apache/iceberg-python: PyIceberg · GitHub
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec. The documentation is available at https://py.iceberg.apache.org/.
Author   apache
🌐
GitHub
github.com › python
Python · GitHub
Python 31 Apache-2.0 22 8 (1 issue needs help) 8 Updated · Jul 11, 2026 · View all repositories · View all · View all · Loading… · There was an error while loading. Please reload this page. Loading… · There was an error while loading. Please reload this page.
🌐
Python
legacy.python.org › workshops › 2002-02 › papers › 07 › index.htm
Mod_Python: Integrating Python with Apache
Quite simply - it is integration of Python and Apache. Apache is a sort of a Swiss knife of web serving, especially the upcoming 2.0 version, which does not limit itself to HTTP but can serve any protocol for which there exists a module.
🌐
GitHub
github.com › GrahamDumpleton › mod_wsgi › issues › 431
Django/pip/Apache - Failed to exec Python script file 'wsgi.py' No module named 'math' · Issue #431 · GrahamDumpleton/mod_wsgi
May 29, 2019 - I have disabled it a2dismod wsgi and uninstalled system packages apt remove libapache2-mod-wsgi libapache2-mod-wsgi-py3 I have installed mod_wsgi via pip with pip install mod_wsgi I pasted the output of mod_wsgi-express module-config in /etc/apache2/apache2.conf · LoadModule wsgi_module "/usr/local/lib/python3.7/dist-packages/mod_wsgi/server/mod_wsgi-py37.cpython-37m-x86_64-linux-gnu.so" WSGIPythonHome "/usr"
Author   GrahamDumpleton
🌐
PyPI
pypi.org › project › mod-wsgi
mod-wsgi · PyPI
June 10, 2026 - This works both with the system-supplied Apache on your operating system and with a self-built Apache installation. In this mode you continue to write the Apache configuration yourself, and the mod_wsgi package serves as a convenient way to obtain a compiled Apache module that matches your Python interpreter.
      » pip install mod-wsgi
    
Published   Jun 27, 2026
Version   6.0.5