Disable click on map areas w/o geoname + development/production disabled color + geostat endpoint
<IfModule mpm_event_module>
ServerLimit <%= @serverlimit %>
StartServers <%= @startservers %>
MaxClients <%= @maxclients %>
MinSpareThreads <%= @minsparethreads %>
MaxSpareThreads <%= @maxsparethreads %>
ThreadsPerChild <%= @threadsperchild %>
MaxRequestsPerChild <%= @maxrequestsperchild %>
ThreadLimit <%= @threadlimit %>
ListenBacklog <%= @listenbacklog %>
MaxRequestWorkers <%= @maxrequestworkers %>
MaxConnectionsPerChild <%= @maxconnectionsperchild %>
</IfModule>