1 # DO NOT EDIT - This file is being maintained by Chef
3 <IfModule mod_evasive20.c>
4 DOSHashTableSize <%= node[:apache][:evasive][:dos_hash_table_size] %>
5 DOSPageCount <%= node[:apache][:evasive][:dos_page_count] %>
6 DOSSiteCount <%= node[:apache][:evasive][:dos_site_count] %>
7 DOSPageInterval <%= node[:apache][:evasive][:dos_page_interval] %>
8 DOSSiteInterval <%= node[:apache][:evasive][:dos_site_interval] %>
9 DOSBlockingPeriod <%= node[:apache][:evasive][:dos_blocking_period] %>