Re: [squid-users] Squid 3.4.1 Workers Option

From: Alex Crow <alex_at_nanogherkin.com>
Date: Mon, 30 Dec 2013 18:00:28 +0000

On 30/12/13 16:21, Will Roberts wrote:
> On 12/30/2013 11:16 AM, Alex Crow wrote:
>> Hi,
>>
>> Are you sure you don't have it in twice once you add your line? Check
>> line 3 of the conf to make sure it's not there already.
>>
>> Cheers
>>
>> Alex
>
> Alex,
>
> Yes I'm sure it's only in the file once, it's pretty small:
>
> # CUSTOM OPTIONS
> #
> -----------------------------------------------------------------------------
> workers = 2
>
> if ${process_number} = 1
> http_port 80
> http_port 8080
> http_port 10080
> endif
>
> if ${process_number} = 2
> http_port 180
> http_port 18080
> http_port 11080
> endif
>
>
> I realize there's not a lot of content in my config. I'm just trying
> to get an understanding of how the option works before I integrate it
> with my more complicated set up.
>
> Thanks,
> --Will

Should it not be:

workers 2

rather than

workers = 2

?

Alex
Received on Mon Dec 30 2013 - 18:00:34 MST

This archive was generated by hypermail 2.2.0 : Tue Dec 31 2013 - 12:00:05 MST