I have this authentication script on my setup:
auth_param basic program /usr/bin/python /etc/auth.py
auth_param basic children 5 startup=5 idle=1
auth_param basic realm Please login
auth_param basic credentialsttl 1 hours
Quite frequently I check with a cron for changes in my user's data
(passwords etc) and I issue a squid3 -k reconfigure whenever I detect
a change. The problem is that each time I issue this command squid
spanws 5 new authentication listeners (/usr/bin/python /etc/auth.py)
and it quickly adds up to thousands given the amount of activity we
have on our servers.
Any ideas on how I can do this better?
Received on Mon Jun 23 2014 - 22:56:14 MDT
This archive was generated by hypermail 2.2.0 : Tue Jun 24 2014 - 12:00:10 MDT