The "httpd_stats" Module (v4)

Description

This module provides XML-serialised statistics about the server, channels, and users over HTTP via the /stats path.

Configuration

To load this module use the following <module> tag:

<module name="httpd_stats">

This module requires no other configuration.

Special Notes

Leaking your server statistics over the internet is a privacy and security risk. You should avoid doing this by either configuring the httpd module to only listen for local connections or by using the httpd_acl module to restrict who can view your server configuration.