# Integration test Apache config — HTTPS + mod-reqin-log # Load mod-reqin-log LoadModule reqin_log_module modules/mod_reqin_log.so # Enable mod-reqin-log with correlator socket JsonSockLogEnabled On JsonSockLogSocket "/var/run/logcorrelator/http.socket" JsonSockLogHeaders X-Request-Id User-Agent Referer X-Forwarded-For \ Sec-CH-UA Sec-CH-UA-Mobile Sec-CH-UA-Platform \ Sec-Fetch-Dest Sec-Fetch-Mode Sec-Fetch-Site \ Accept Accept-Language Accept-Encoding Content-Type JsonSockLogMaxHeaders 25 JsonSockLogMaxHeaderValueLen 256 JsonSockLogReconnectInterval 5 JsonSockLogErrorReportInterval 5 JsonSockLogLevel DEBUG # HTTPS virtual host (port 443 already configured by mod_ssl) ServerName platform.test DocumentRoot /var/www/html # Simple test pages Require all granted