]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_so: Add -D DUMP_MODULE_DATA to print module data in structured
authorJoe Orton <jorton@apache.org>
Thu, 26 Jun 2025 09:21:25 +0000 (09:21 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 26 Jun 2025 09:21:25 +0000 (09:21 +0000)
commit36f619966be667d244eb8122b359e68ce1159413
tree44d882fd6e6eb09b5ebc414052add0f51f15d396
parent9b06444951566f40dc06dfbe34e53de90358f6b7
mod_so: Add -D DUMP_MODULE_DATA to print module data in structured
format (TOML) including MMN information.

* modules/core/mod_so.c (print_mod_data): New function.
  (dump_loaded_modules): Use it if DUMP_MODULE_DATA is defined.

* docs/manual/programs/httpd.xml: Move -DDUMP_* docs to a new
  section, cover the above new option.

Github: closes #537

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926737 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/programs/httpd.xml
modules/core/mod_so.c