From: Tom Hughes Date: Tue, 12 Mar 2024 13:19:13 +0000 (+0000) Subject: Restore comment X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/689c1de6feafa1f795d8c9c017f35c484dc2985b Restore comment --- diff --git a/cookbooks/apache/templates/default/httpd.conf.erb b/cookbooks/apache/templates/default/httpd.conf.erb index dca3b6610..3f78187f8 100644 --- a/cookbooks/apache/templates/default/httpd.conf.erb +++ b/cookbooks/apache/templates/default/httpd.conf.erb @@ -64,4 +64,5 @@ AddType application/x-xz .xz # Configure logging BufferedLogs <%= node[:apache][:buffered_logs] ? "On" : "Off" %> +# Define an extended log format that includes request time and SSL details LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus %{SSL_PROTOCOL}x %{SSL_CIPHER}x" combined_extended