# HG changeset patch # User IBBoard # Date 1691936509 -3600 # Node ID 7222218a70982aad6e13cc39cb5150110a8538d6 # Parent a08a2f718f9d80f7bcd94cd6e738ccb121317c3c Log HTTP request duration The Raspberry Pi seems quick, so it'll be interesting to see how long it takes to serve content! diff -r a08a2f718f9d -r 7222218a7098 modules/website/manifests/https.pp --- a/modules/website/manifests/https.pp Sun Aug 13 15:19:38 2023 +0100 +++ b/modules/website/manifests/https.pp Sun Aug 13 15:21:49 2023 +0100 @@ -151,7 +151,7 @@ custom_fragment => $custom_conf, logroot => '/var/log/apache/', access_log_file => "access_${logpart}.log", - access_log_format => "%h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-agent}i\\\" %{Host}i", + access_log_format => "%h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-agent}i\\\" %{Host}i %D", error_log_file => "error_${logpart}.log", serveraliases => $serveraliases, ssl => true,