Re: [squid-users] Conditional question

2015-05-31 Thread Amos Jeffries
On 31/05/2015 10:24 a.m., James Lay wrote: > On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: > >> On 31/05/2015 4:48 a.m., James Lay wrote: >>> Per the docs: >>> >>> # Conditional configuration >>> # >>> # If-statements can be used to make configuration directives >>> # depend

Re: [squid-users] Conditional question

2015-05-30 Thread James Lay
On Sat, 2015-05-30 at 16:24 -0600, James Lay wrote: > On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: > > > On 31/05/2015 4:48 a.m., James Lay wrote: > > > Per the docs: > > > > > > # Conditional configuration > > > # > > > # If-statements can be used to make configuration direct

Re: [squid-users] Conditional question

2015-05-30 Thread James Lay
On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: > On 31/05/2015 4:48 a.m., James Lay wrote: > > Per the docs: > > > > # Conditional configuration > > # > > # If-statements can be used to make configuration directives > > # depend on conditions: > > # > > # if > > #

Re: [squid-users] Conditional question

2015-05-30 Thread James Lay
On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: > On 31/05/2015 4:48 a.m., James Lay wrote: > > Per the docs: > > > > # Conditional configuration > > # > > # If-statements can be used to make configuration directives > > # depend on conditions: > > # > > # if > > #

Re: [squid-users] Conditional question

2015-05-30 Thread Amos Jeffries
On 31/05/2015 4:48 a.m., James Lay wrote: > Per the docs: > > # Conditional configuration > # > # If-statements can be used to make configuration directives > # depend on conditions: > # > # if > # ... regular configuration directives ... > # [else >

[squid-users] Conditional question

2015-05-30 Thread James Lay
Per the docs: # Conditional configuration # # If-statements can be used to make configuration directives # depend on conditions: # # if # ... regular configuration directives ... # [else # ... regular configuration directives ...] #