Здравствуйте. Проблемма заключается в следующем- установлен SQUID 2.6 Stable на FreeBSD 6.2 Release вроде все верно настроено. но squid выдает ошибки...(((
---
Feb 14 14:57:55 CTF squid[22132]: failed to find or read error file.
Feb 14 14:58:02 CTF squid[22173]: failed to find or read error file.
Feb 14 14:58:08 CTF squid[22214]: failed to find or read error file.
Feb 14 14:58:16 CTF squid[22255]: failed to find or read error file.
Feb 14 14:58:22 CTF squid[22296]: failed to find or read error file.
Feb 14 14:58:22 CTF squid[22130]: Exiting due to repeated, frequent failures
---
Посмотрел на форумах народ пишит что проблемма в правах.... менял на все файлы стоят права
squid:wheel
на всякий случай прилагаю конфиг
---
http_port 3128hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 1024 MB
cache_dir ufs /shares/squid/cache 50000 64 512
access_log /var/log/squid/access.log squid
cache_store_log none
hosts_file /etc/hosts
append_domain .arsmi.local
error_directory /usr/local/etc/squid/errors/Russian-1251
auth_param ntlm program /usr/local/bin/ntlm_auth \
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param basic program /usr/local/bin/ntlm_auth \
--helper-protocol=squid-2.5-basic
auth_param basic children 4
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
external_acl_type nt_group %LOGIN \
/usr/local/libexec/squid/wbinfo_group.pl
acl inet_users external nt_group inet_users
acl inet_icq external nt_group inet_icq
acl inet_full external nt_group inet_full
acl inet_analit external nt_group inet_analit
acl inet_restrict external nt_group inet_restrict
acl inet_connect external nt_group inet_connect
acl arsmi.local proxy_auth REQUIRED
acl SSL_ports port 443 563
acl SSL_for_client_banks port 910 8443 4500
acl safe_ports port 80 # http
acl safe_ports port 21 # ftp
acl safe_ports port 443 # ssl
acl ICQ_ports port 5190 # ICQ
acl CONNECT method CONNECT
acl manager proto cache_object
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl mydomain_site dstdomain \
"/usr/local/etc/squid/db/allow_all.txt"
acl bad_url url_regex \
"/usr/local/etc/squid/db/deny_url.txt"
acl deny_domains dstdomain \
"/usr/local/etc/squid/db/deny_domains.txt"
acl client_banks dst \
"/usr/local/etc/squid/db/clinet_banks.txt"
acl bad_networks dst \
"/usr/local/etc/squid/db/bad_networks.txt"
acl not_autorized src \
"/usr/local/etc/squid/db/not_autorized.txt"
acl domains_for_restrict dstdomain \
"/usr/local/etc/squid/db/domains_for_restrict.txt"
deny_info ERR_BAD_URL bad_url
deny_info ERR_BAD_NETWORKS bad_networks
deny_info ERR_DENY_DOMAINS deny_domains
deny_info ERR_SAFE_PORTS safe_ports
deny_info ERR_SSL_PORTS SSL_ports
http_access allow manager localhost
http_access deny manager
http_access allow client_banks
http_access allow not_autorized
http_access allow arsmi.local mydomain_site
http_access allow inet_full all
http_access deny bad_url
http_access allow inet_icq ICQ_ports
http_access deny bad_networks
http_access deny deny_domains
http_access deny CONNECT !SSL_ports
http_access deny !safe_ports
http_access allow inet_users
http_access allow inet_restrict domains_for_restrict
deny_info ERR_INET_NO_ALLOW all
http_access deny all
---
Если у кого появились какие мысли пишите. заранее благодарен.