[squid-users] Access denied without password request

2008-04-04 Thread alpop
Hello I need to deny access to anywhere except www.rbc.ru. I wrote this acl: acl acl-pupkin proxy_auth pupkin acl acl-pupkin-allow dstdom_regex rbc.ru http_access allow acl-pupkin acl-pupkin-allow http_access deny acl-pupkin It's working. But on that site as on a lot ot others there are some

Re: [squid-users] Access denied without password request

2008-04-04 Thread Amos Jeffries
[EMAIL PROTECTED] wrote: Hello I need to deny access to anywhere except www.rbc.ru. I wrote this acl: acl acl-pupkin proxy_auth pupkin acl acl-pupkin-allow dstdom_regex rbc.ru Ew. regex. Use this instead: acl acl-pupkin-allow dstdomain rbc.ru http_access allow acl-pupkin acl-pupkin-allow