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 %> Options <%= options %> <%- if do_includes.to_s == 'true' and not options.include?('+Includes') then -%>+Includes<%- end -%> SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %> <%- unless additional_options == 'absent' then -%> <%= additional_options %> <%- end -%>