Друзья помогите разобраться с этой ошибкой в конфигурационном файле Squid:
squid.conf
http_port 3128 transparent
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
acl my_network src 192.168.1.0/24
acl CONNECT method CONNECT
http_access deny my_network
deny_info http:://my_network
http_access allow manager localhost
http_access deny manager
http_access deny all
Ошибка:
root@YNS:/home/denis# squid3 start
2014/12/29 02:57:35| aclParseAclLine: ACL 'manager' already exists with different type.
FATAL: Bungled /etc/squid3/squid.conf line 3: acl manager proto cache_object
Squid Cache (Version 3.3.8): Terminated abnormally.
CPU Usage: 0.008 seconds = 0.004 user + 0.004 sys
Maximum Resident Size: 17792 KB
Page faults with physical i/o: 0
Спасибо!