conf: change default socket path to /var/run/logcorrelator/http.sock

- Update mod_reqin_log.conf example configuration
- Update README.md documentation and examples
- Update architecture.yml specification
- Update test_config_parsing.c test case

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 01:49:39 +01:00
parent baf8ed801b
commit 3e9ff25033
4 changed files with 9 additions and 9 deletions

View File

@ -163,7 +163,7 @@ configuration:
type: string
context: server-config
required_when_enabled: true
example: "/var/run/mod_reqin_log.sock"
example: "/var/run/logcorrelator/http.sock"
description: >
Filesystem path of the Unix domain socket to which JSON log lines
will be written.
@ -294,7 +294,7 @@ constraints:
- Module includes built-in blacklist of sensitive headers to prevent
accidental credential leakage (Authorization, Cookie, X-Api-Key, etc.).
- Socket permissions default to 0o660 (owner+group only) for security.
- Recommended socket path: /var/run/mod_reqin_log.sock (not /tmp).
- Recommended socket path: /var/run/logcorrelator/http.sock (not /tmp).
- Use environment variable MOD_REQIN_LOG_SOCKET to configure socket path.
- Module does not anonymize IPs; data protection is delegated to configuration.
- No requests are rejected due to logging failures.