]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/httpd.conf.erb
Restore comment
[chef.git] / cookbooks / apache / templates / default / httpd.conf.erb
index dca3b6610768916f7ce1bb62c57f21b6a7f9d052..3f78187f8b540d37e878184e440b09d138964515 100644 (file)
@@ -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