Ross ROSS = Recommend OSS · open-source software intelligence for agents

GrahamDumpleton/mod_wsgi

Source code for Apache/mod_wsgi. observed · 2026-08-28

github.com/GrahamDumpleton/mod_wsgi · C · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 7
  • age_days: 4623
  • days_rel: 14
  • days_push: 14
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

1044 stars · 265 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity stable

http-server middleware monitoring web-development backend developer-tools windows python cpp c wsgi apache python-hosting mod-wsgi-express deployment linux macos web-server

1 source

Member repositories

RepositoryRoleHealth v2
GrahamDumpleton/mod_wsgimain98

For agents

markdown · JSON · MCP: product_card(name="GrahamDumpleton/mod_wsgi")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem