Add support for logging CGI script user.

This commit is contained in:
2024-09-14 01:15:52 +02:00
parent bbabeeab27
commit 830f48ff61
5 changed files with 76 additions and 0 deletions

View File

@ -347,6 +347,19 @@ forward_http_server_ips=""
http_ports="$standard_http_ports"
# - LOG CGI script Traffic out
# -
log_cgi_traffic_out=false
# - cgi_script_users
# -
# - List of CGI script users (suexec user, php-fpm user. ...)
# -
# - Blank separated list
# -
cgi_script_users=""
# - Mattermost (MM) Service
# -
mm_server_ips=""