diff --git a/roles/httpd/website/templates/logs.conf b/roles/httpd/website/templates/logs.conf index 588792bc25..66352649cb 100644 --- a/roles/httpd/website/templates/logs.conf +++ b/roles/httpd/website/templates/logs.conf @@ -1,2 +1,7 @@ CustomLog "logs/{{ site_name }}-access.log" combined ErrorLog "logs/{{ site_name }}-error.log" + +# Set the request ID for further proxy requests +RequestHeader set X-Fedora-RequestID %{UNIQUE_ID}e +# Reply the request ID back to the client +Header set X-Fedora-RequestID %{UNIQUE_ID}e