>>># My site
>>>acl mysite dstdomain .mysite.xyz
>>>http_access allow mysite К сожалению доступ к сайту не открывается
Никак не могу понять почему.
Я же добавил в конфиг строки разрещающие доступ именно к моему сайту вот они:
acl mysite dstdomain http://moyserver/sams
http_access allow mysite
Но выходит стандартное сообщение о запрете доступа
Вот фрагмент конфига:
# TAG: http_access
Вот тут сквид разрешает доступ пользователям хорошим :-)
http_access allow _sams_default _sams_default_time
Вот тут запрещает пользователям плохим :-)
http_access deny _sams_disabled_ip !_sams_local_ip !_sams_local_url
Тут идёт стандартный набор комментированных строк
# Allowing or Denying access based on defined access lists
# Access to the HTTP port:
# http_access allow|deny [!]aclname ...
# NOTE on default values:
# If there are no "access" lines present, the default is to deny
# the request.
# If none of the "access" lines cause a match, the default is the
# opposite of the last line in the list. If the last line was
# deny, the default is allow. Conversely, if the last line
# is allow, the default will be deny. For these reasons, it is a
# good idea to have an "deny all" or "allow all" entry at the end
# of your access lists to avoid potential confusion.
А вот моё новое правило
acl mysite dstdomain http://moyserver/sams
#http_access allow mysite
#Default:
http_access allow mysite
Почему сквид его не понимает ВЕДЬ ОНО СТОИТ ПОСЛЕ ЗАПЕРЩАЮЩЕЙ СТРОКИ
может какой-то нюанс есть а? Может кто-нибудь знает в чём моя ошибка