>Покажите конфиги сквида, кто пользуется связкой, может там чё не так.
Стоит
squid-common-2.5.STABLE10-alt3
squid-server-2.5.STABLE10-alt3
squidGuard-1.2.0-alt7
squid.conf
redirect_program /usr/bin/squidGuard
redirect_children 15
squidGuard.conf
dbhome /var/lib/squidGuard
logdir /var/log/squid
time workhours {
weekly mtwhf 08:00 - 17:00
date *-*-01 08:00 - 17:00
}
time leisure-time {
weekly * 00:00-08:00 17:00-24:00 # ночь и вечер
weekly fridays 16:00-17:00 # + пятница с 16:00 до 17:00 (если у вас
weekly sat sun 00:00-24:00 # + выходные
date*.01.01 # + Новый Год
# и т. д.
}
rewrite media {
s@.*\.avi$@http://192.168.0.1/redir/banner.avi@r
s@.*\.swf$@http://192.168.1.1/redir/banner.swf@r
s@.*\.SWF$@http://192.168.1.1/redir/banner.swf@r
s@.*\.mp3$@http://192.168.0.1/redir/banner.mp3@r
s@.*\.wmv$@http://192.168.0.1/redir/banner.wmv@r
log squidGuard/rewr_media.log
}
rewrite binary {
s@.*\.exe$@http://192.168.1.1/redir/banner.exe@r
s@.*\.zip$@http://192.168.0.1/redir/banner.zip@r
s@.*\.rar$@http://192.168.0.1/redir/banner.rar@r
s@.*\.cab$@http://192.168.0.1/redir/banner.cab@r
s@.*\.dll$@http://192.168.0.1/redir/banner.dll@r
log squidGuard/rewr_binary.log
}
src office {
ip 192.168.1.100 192.168.1.101 192.168.1.102 192
}
dest local-ok {
domainlist db/local-ok/domains
}
dest local-block {
domainlist db/local-block/domains
# urllist db/local-block/urls
log squidGuard/local-block.log
}
acl {
office
{
pass !ads !local-block all
rewrite media
rewrite binary
log squidGuard/rewrite_office.log
}
--- Если поставить больше 3-х реврайтов то перестаёт работать вообще...
default {
pass none
redirect http://192.168.0.1/site/
log squidGuard/default.log
}
}