Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!
0 Пользователей и 1 Гость просматривают эту тему.
Если голова на плечах, то ebox-platform не нужен.
acl allowed_users proxy_auth "/etc/squid/users/oper00.use"
Наидите строки с auth_param .......в squid.conf они должны быть выше чем acl ... proxy_auth ...
# Gip02# Sys admin Ruslan# -----------------#Порт для запросов внешнего Proxy сервера#icp_port 3130#Для тестов (Тест) служит для работы через внешний Proxy серверcache_peer 192.168.1.33 parent 3128 3130 default#Настройки кеша Proxy#cache_mem 65536#cache_dir /usr/local/squid/cache 1024 16 256#Сеть Гипермаркетаacl LocalNet src 192.168.1.0/255.255.255.0acl LocalHost src 127.0.0.1/255.255.255.255#Внешния сетьacl all src 0.0.0.0/0.0.0.0#Разрешенные порты SSLacl SSL_ports port 443 563#Запрет метода CONNECT дли всех портов кроме указаных в acl SSL_portshttp_access deny CONNECT !SSL_ports#Здесь находится Proxy серверhttp_port 192.168.1.25:3128#Запрет на использование Proxy сервера извне (deny-запретить)http_access allow LocalNethttp_access allow LocalHosthttp_access allow SSL_ports http_access deny all#Разрешение для доступа к Proxyacl allowed_users proxy_auth "/etc/squid/users/oper00.use"#acl allowed_users ident "/etc/squid/users/oper01.use"#acl allowed_users dst "/etc/squid/users/oper02.use"#acl allowed_users dst "/etc/squid/users/oper03.use"#acl allowed_users dst "/etc/squid/users/oper04.use"#acl allowed_users dst "/etc/squid/users/oper05.use"#acl allowed_users dst "/etc/squid/users/oper06.use"#acl allowed_users dst "/etc/squid/users/oper07.use"#acl allowed_users dst "/etc/squid/users/oper08.use"#acl allowed_users dst "/etc/squid/users/oper09.use"#acl allowed_users user "/etc/squid/users/oper10.use"#acl allowed_users user "/etc/squid/users/oper12.use"#acl allowed_users user "/etc/squid/users/oper14.use"#acl allowed_users user "/etc/squid/users/oper15.use"#acl allowed_users user "/etc/squid/users/oper16.use"http_access allow allowed_usershttp_access deny all#Правила времени хронения кешированых фаиловrefresh_pattern -i \.gif$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.png$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.jpg$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.jpeg$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.pdf$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.zip$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.tar$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.gz$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.tgz$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.exe$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.prz$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.ppt$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.inf$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.swf$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.mid$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.wav$ 43200 100% 43200 override-lastmod override-expire refresh_pattern -i \.mp3$ 43200 100% 43200 override-lastmod override-expire #Директория Логов (Logs) Proxy сервера#cache_access_log /usr/local/squid/logs/access.log
Всё правильно.Вы же не указали какие методы аутентификации использовать чтобы проверять пользователей.Перед FATAL: Bungled squid.conf line 39: acl allowed_users proxy_auth "/etc/squid/users/oper00.use"должна была быть строка которая очень подробно объясняла почему вы идёте лесом.Читайте http://www.squid-cache.org раз на статдартный squid.conf вы пилевать хотели.
Цитата: S.Tokarev от 09 Июня 2008, 11:02:51Всё правильно.Вы же не указали какие методы аутентификации использовать чтобы проверять пользователей.Перед FATAL: Bungled squid.conf line 39: acl allowed_users proxy_auth "/etc/squid/users/oper00.use"должна была быть строка которая очень подробно объясняла почему вы идёте лесом.Читайте http://www.squid-cache.org раз на статдартный squid.conf вы пилевать хотели.Просто я не хочу загаживать конфигурацию, после меня придут люди, которые могут быть не знакомы с squid, а стандартный конфиг это монстр в котором разобраться трудно
root@ubuntu:/etc# squid restart2008/06/10 22:03:18| Squid is already running! Process ID 4722
поставил squid делал все как в первом постерешил перезапустить вот что выдаетКод: [Выделить]root@ubuntu:/etc# squid restart2008/06/10 22:03:18| Squid is already running! Process ID 4722подскажите что это значит?
root@ubuntu:/etc# squid stop2008/06/10 22:51:02| Squid is already running! Process ID 4722
Страница сгенерирована за 0.046 секунд. Запросов: 25.