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

@ -10,7 +10,7 @@ JsonSockLogEnabled On
# Unix domain socket path for JSON log output
# Important: if JsonSockLogEnabled is On and this directive is missing/empty,
# Apache startup fails due to strict configuration validation.
JsonSockLogSocket "/var/run/mod_reqin_log.sock"
JsonSockLogSocket "/var/run/logcorrelator/http.sock"
# HTTP headers to include in the JSON log
# Warning: Be careful not to log sensitive headers like Authorization, Cookie, etc.