[squid-users] conditional configuration: are nested if's ok?

From: <fernando_at_lozano.eti.br>
Date: Thu, 17 Jul 2014 12:37:39 -0300

Hi,

from squid.conf.documented, regarding conditional configuration:

NOTE: An else-if condition is not supported.

This mean we cannot have nested if's, like:

workers 2
cache_dir rock /cache/shared 2000 min-size=1 max-size=31000
max-swap-rate=250 swap-timeout=350
if ${process_number} = 4
     # no aufs for coordinator
else
     if ${process_number} = 3
         # no aufs for disker
     else
         cache_dir aufs /cache/worker${process_number} 2000 16 256
min-size=31001 max-size=346030080
     endif
endif

[]s, Fernando Lozano
Received on Thu Jul 17 2014 - 15:37:49 MDT

This archive was generated by hypermail 2.2.0 : Thu Jul 24 2014 - 12:00:05 MDT