Colleagues,
squid 3.4.8 and 3.4.7 are leaking memory at the rate of several Mbytes
per minute on FreeBSD. Squid 3.4.8 leaks faster than 3.4.7.
The settings are more than modest:
cache_mem 128 MB
cache_dir ufs /webcache/cache 512 16 256
memory_pools off # neither "on" nor "off" have any effect on
Hi
I have an external acl that checks Active Directory group
external_acl_type ads_group ttl=3600 children-max=5 children-startup=1
children-idle=1 %LOGIN /usr/share/artica-postfix/external_acl_squid_ldap.php
one ACL that matches the group "teachers"
acl Group7 external ads_group teachers
a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 23/09/2014 6:28 a.m., Alex Crow wrote:
> Hi Amos,
>
> Any progess on this? I'm also not sure if this email will reach you
> as even having re-subbed to the ML I'm not getting any list
> messages. Any hints as I can't see any errors on my side.
>
Okay, sorry, problem solved...
After some more reading i found that infinite 407s are the desired
behaviour, so i've implement it with another approach.
--
Best Regards
Nils
anonymoX Team
http://www.anonymox.net/
Am 27.09.2014 um 12:42 schrieb "Nils Hügelmann (anonymoX.net)":
> Hi,
>
> In squ
Hi,
In squid 3.4.7, when authenticating with an inexistant user, i get only
DENIED/407 replies. Instead of first 407 and then 403.
config:
auth_param digest program digest_file_auth /etc/passwd
auth_param digest realm anonymox.net
acl proxyauth_passed proxy_auth REQUIRED
http_access allow prox