# GrahamDumpleton/mod_wsgi

Source code for Apache/mod_wsgi.

Repository: https://github.com/GrahamDumpleton/mod_wsgi
Canonical: https://ross.abutalabs.com/products/mod_wsgi
Language: C
License: Apache-2.0
License Family: permissive
Last push: 2026-08-19T08:17:36+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 4623, "days_push": 14, "days_rel": 14, "gap_med": 7, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1044, forks 265 (observed 2026-08-28T04:03:21.325261+00:00)

## What it is
mod_wsgi is an Apache HTTP Server module, written in C, for hosting Python web applications that implement the WSGI specification (PEP 3333). It has been used in production for over 15 years and also ships PyPI packages including a mod_wsgi-express CLI wrapper and an optional telemetry ingester with a live UI.

## Use cases
- deploy a Flask or Django app under Apache
- host WSGI Python applications in production
- run a Python web app with mod_wsgi-express without manual Apache config
- add Apache-based process/thread management for Python web apps
- collect telemetry from WSGI application processes

## When to choose
- you already run Apache and want to serve Python WSGI apps through it
- you need a battle-tested, production-proven WSGI hosting solution
- you want a simple single-app deployment via mod_wsgi-express
- you need integrated telemetry for WSGI processes

## When to avoid
- you prefer ASGI or async Python apps (use an ASGI server instead)
- you want a lightweight standalone Python server without Apache
- you are on Python older than 3.10
- you deploy primarily in containers with a minimal server footprint

## Facets
- artifact type: library
- maturity: stable
- function: http-server, middleware, monitoring
- domain: web-development, backend, developer-tools
- platform: windows, python, cpp, c
- tags: wsgi, apache, python-hosting, mod-wsgi-express, deployment, linux, macos, web-server

## Member repositories
- GrahamDumpleton/mod_wsgi (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.325261+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:02:10.283434+00:00, confidence not recorded.
  - readme: https://github.com/GrahamDumpleton/mod_wsgi (fetched 2026-08-28T04:03:21.325261+00:00, sha 7437703a4e01)
- Data as of 2026-08-30T08:39:29.467469+00:00.
