Прошу помощи специалистов!
Ситуация та же что и у топикстартера - если принудительно задавать пользователям прокси (по порту 3128), то всё работает, НО если прокси не указывать явно - сквид ничего не делает.Конфиг сквида:
---------------------------------------------------------------------
http_port 192.168.201.10:3128 transparent
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 64 MB
maximum_object_size 16384 KB
cache_dir ufs /var/log/squid/cache 5000 16 256
cache_access_log /var/log/squid/access.log
#cache_log /var/log/squid/cache.log
#cache_store_log /var/log/squid/store.log
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp: &n... 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 192.168.201.0/255.255.255.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Jabber_ports port 5222 5223
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
#BLOKIROVKA ODNOKLASNIKO
acl odn url_regex ^http://www.odnoklasniki.ru\.*
acl odn1 url_regex ^http://www.odnoklassniki.ru\.*
acl odn2 url_regex ^http://www.odnoklassniki.ua\.*
acl odn3 url_regex ^http://www.odnoklasniki.ua\.*
acl odn4 url_regex odnoklasniki
acl odn5 url_regex odnoklassniki
acl kont2 url_regex vkontakte
acl kont url_regex ^http://vkontakte.ru\.*
acl xxx1 url_regex porno
acl xxx2 url_regex xvideo
acl youtube url_regex youtube
acl mediaf url_regex -i ftp(\.mpa|\.mp3|\.wma|\.swf|\.m3u|\.avi|\.mpg|\.mpeg|\.wmv|\.wav|\.asf)
http_access allow manager localhost
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports !Jabber_ports
acl our_networks src 192.168.201.0/24
#BLOKIROVKA
http_access deny mediaf
http_access deny odn
http_access deny odn1
http_access deny odn2
http_access deny odn3
http_access deny odn4
http_access deny odn5
http_access deny kont2
http_access deny kont
http_access deny odn1
http_access deny youtube
http_access allow our_networks
http_access allow localhost manager
http_access deny all
http_reply_access allow all
visible_hostname **.**.***.**
acl FTP proto FTP
coredump_dir /var/spool/squid
#squidguard
redirect_program /usr/bin/squidGuard
redirect_children 5
redirector_bypass on
---------------------------------------------------------------------
На том же сервере стоит Postfix с веб-интерфейсом, в связи с чем не знаю как правильно задать порты для сквида и апача.
Заранее спасибо!