
29.11.2008, 20:48
|
|
Участник форума
Регистрация: 20.02.2007
Сообщений: 173
Провел на форуме: 1487028
Репутация:
53
|
|
здравствуйте! настраиваю SQUID на Ubuntu 8.04 через Webmin
запустил кеш, выставил порт 3128
теперь "загвоздка" вдобавлении юзверей.. где добавлять пользователей в вебмине?? если НЕ редактировать squid.conf???
и еще этот скуид выходит (должен выходить) в инет через др проксик...
Код:
#Recommended minimum configuration:
# Squid normally listens to port 3128
visible_hostname UbuntuSquid
http_port 10.0.1.7:3128
acl all src 0.0.0.0/0.0.0.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 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE acl CONNECT method CONNECT
кто знает подскажите 
Последний раз редактировалось DarkMist; 30.11.2008 в 21:36..
|
|
|