Include conf.d/defaults.inc ServerName <%= servername %> <%- unless serveralias.to_s.empty? -%> ServerAlias <%= serveralias %> <%- end -%> DocumentRoot <%= documentroot %> ErrorLog <%= logdir %>/error_log CustomLog <%= logdir %>/access_log combined "> AllowOverride <%= allow_override %> SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %> <%- unless additional_options == 'absent' then -%> <%= additional_options %> <%- end -%> RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F