When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
<IfModule mpm_itk_module>
StartServers <%= @startservers %>
MinSpareServers <%= @minspareservers %>
MaxSpareServers <%= @maxspareservers %>
ServerLimit <%= @serverlimit %>
MaxClients <%= @maxclients %>
MaxRequestsPerChild <%= @maxrequestsperchild %>
</IfModule>