Skip to content

mod_myapp

Germán Luis Aracil Boned edited this page Apr 6, 2026 · 1 revision

mod_myapp

Category: Examples | Version: v1.0.0 | Source: modules/mod_myapp/mod_myapp.c

Description

Example application with counter, events, and ACL demonstration. Shows how to use events, labels, and inter-module communication.

Paths

Path Method Description
/myapp/counter GET Get current counter value
/myapp/counter ACTION Increment counter
/myapp/reset ACTION Reset counter to zero

Events

  • /events/myapp/incremented — counter was incremented
  • /events/myapp/reset — counter was reset

Clone this wiki locally