Код: Выделить всё
http_port 192.168.1.252:3128
cache_mem 300 MB
cache_dir ufs /usr/local/squid/cache/disk1 2000 16 256
cache_dir ufs /usr/local/squid/cache/disk2 2000 16 256
cache_effective_user squid
cache_access_log /usr/local/squid/logs/access.log
acl localhost src 127.0.0.1/255.255.255.255
acl net src 192.168.1.0/255.255.255.0
acl all src 0.0.0.0/0.0.0.0
acl Safe_ports port 21 # ftp enabled
acl allowed src 192.168.1.230 192.168.1.251 192.168.1.43 192.168.1.48 192.168.1.
49 192.168.1.30 192.168.1.31 192.168.1.32 192.168.1.20 192.168.1.5 192.168.1.231
#ftp
ftp_passive on
http_access allow allowed
http_access allow localhost
redirect_program /usr/local/bin/squidGuard
http_access deny all
http_access deny net
как я понимаю для работы фтп достачно строчки: acl Safe_ports port 21 # ftp enabled, ну еще я включил пассивный режим: ftp_passive on
однако, не работает. почему?