Source: mod-reqin-log Section: web Priority: optional Maintainer: Developer Build-Depends: debhelper (>= 10), apache2-dev, apache2, build-essential, pkg-config Standards-Version: 4.5.0 Homepage: https://github.com/example/mod_reqin_log Package: libapache2-mod-reqin-log Architecture: any Depends: apache2, ${shlibs:Depends}, ${misc:Depends} Description: Apache HTTPD module for logging HTTP requests as JSON to Unix socket mod_reqin_log is an Apache HTTPD 2.4 module that logs all incoming HTTP requests as JSON lines to a Unix domain socket. The logging occurs at request reception time (post_read_request phase), capturing input-side data without waiting for application processing. . Features: - Non-blocking I/O to avoid stalling worker processes - Configurable header logging with truncation support - Automatic reconnection to Unix socket on failure - Throttled error reporting to Apache error_log - Compatible with prefork, worker, and event MPMs