This is a discussion on Re: [squid-users] Squid crashes right after start! within the Squid Users forums, part of the Web Server and Related Forums category; On Mon, 10 Nov 2003 Thomas.Bauer@hansgrohe.com wrote: > > Ok, I fixed it! It was a permission ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, 10 Nov 2003 Thomas.Bauer@hansgrohe.com wrote:
> > Ok, I fixed it! It was a permission problem. > But now the squid gives all NT users access to the internet. I used in my squid.conf: > > external_acl_type NT_global_group %LOGIN /usr/local/squid/libexec/wb_group > acl ProxyUsers external NT_global_group Internet2 > acl password proxy_auth REQUIRED > http_access allow password And the above rule does so.. > http_access allow ProxyUsers > http_access deny all Regards Henrik |