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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user