[squid-users] Re: R: [squid-users] Squidnt: increase 'mswin_check_lm_group.exe'processes

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Fri, 17 Nov 2006 14:24:03 +0100

fre 2006-11-17 klockan 11:41 +0100 skrev Reale Marco:

> I addes children=100 at the end of external_acl:
> external_acl_type NT_global_group %LOGIN c:/squid/libexec/mswin_check_lm_group.exe -G -c children=100
> but in cache.log I saw squid start always 5 processes.

order on the external_acl_type line is important

# TAG: external_acl_type
#
# external_acl_type name [options] FORMAT.. /path/to/helper [helper arguments..]
#
# Options:
#
# children=n number of processes spawn to service external acl
# lookups of this type. (default 5).

so it should be

external_acl_type NT_global_group children=100 %LOGIN c:/squid/libexec/mswin_check_lm_group.exe -G -c

Regards
Henrik

Received on Fri Nov 17 2006 - 06:24:11 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST