Skip to content

Commit 689c1de

Browse files
committed
Restore comment
1 parent 5c50945 commit 689c1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbooks/apache/templates/default/httpd.conf.erb

+1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ AddType application/x-xz .xz
6464
# Configure logging
6565
BufferedLogs <%= node[:apache][:buffered_logs] ? "On" : "Off" %>
6666

67+
# Define an extended log format that includes request time and SSL details
6768
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus %{SSL_PROTOCOL}x %{SSL_CIPHER}x" combined_extended

0 commit comments

Comments
 (0)