Skip to content

Remove mod_log_forensic from apache::default_mods (#2573) #2601

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stdietrich
Copy link
Contributor

@stdietrich stdietrich commented Jul 25, 2025

Summary

mod_log_forensic should not be included by default, as the module has security implications and might leak sensitive information from headers incl. passwords.

Upstream documentation also warns about this:
https://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html#security

Additional Context

The default installation through this module should be secure, mod_log_forensics weakens this.

Related Issues (if any)

Fixes #2573

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

mod_log_forensic should not be included by default, as the module has
security implications and might leak sensitive information from headers
incl. passwords.

Upstream documentation also warns about this:
https://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html#security
@stdietrich stdietrich requested review from bastelfreak, ekohl, smortex and a team as code owners July 25, 2025 19:19
@CLAassistant
Copy link

CLAassistant commented Jul 25, 2025

CLA assistant check
All committers have signed the CLA.

@TheMeier
Copy link

Wa added in stdietrich@0f06f1b

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

forensics module should not installed by default
3 participants