[squid-users] always bungled to my config

Alex Rousskov rousskov at measurement-factory.com
Fri Sep 20 16:10:03 UTC 2019


On 9/20/19 11:10 AM, Tevfik Ceydeliler wrote:
> Hi, I have Centos 7 and squid  3.5.20 that installed from repo
> I try to run squid after achsnge my configuration but I get same error :

> Bungled /etc/squid/cfg_acls.conf line 11: acl mediastreaming external
> nt_group "/etc/squid/group_g_internet_mediastreaming.acl"

> squid.conf is:
> ...
> include /etc/squid/cfg_acls.conf
> include /etc/squid/cfg_accessrules.conf
> include /etc/squid/cfg_outgoing_addresses.conf
> ...
> ...
> 
> Here is  cfg_acls.conf:
> ...
> ...
> acl mediastreaming external nt_group
> "/etc/squid/group_g_internet_mediastreaming.acl"
> ...
> ...
> 
>  cfg_accessrules.conf:
> ...
> ...
> http_access allow mediastreaming media_streaming_domains
> ..
> ...
> 
> is there any problem about "external nt_group" usage?

Did you configure the external nt_group helper somewhere before
configuring the mediastreaming ACL? Look for a configuration line like this:

    external_acl_type nt_group ... /path/to/helper ...

If that configuration looks valid and precedes mediastreaming ACL on
line 11 of /etc/squid/cfg_acls.conf, then check the existence and the
contents of /etc/squid/group_g_internet_mediastreaming.acl file.

Alex.


More information about the squid-users mailing list