Skip to content

Commit

Permalink
apache: remove unneeded combined_extended hack for 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Mar 12, 2024
1 parent 9df327d commit 5c50945
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cookbooks/apache/templates/default/httpd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,4 @@ 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
<% if node[:lsb][:release].to_f >= 22.04 -%>
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus %{SSL_PROTOCOL}x %{SSL_CIPHER}x" combined_extended
<% else -%>
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus" combined_extended
<% end -%>

0 comments on commit 5c50945

Please sign in to comment.