Hi,
Is the Squid can cache Microsoft Updates and IOS Updates?
If its cache means, please help me out for cache Chrome OS updates in
latest squid version that is installed in CentOS 6.6.
Thanks & Regards,
Nithi
___
squid-users mailing list
squid-us
Hi,
You can use the following in squid configuration to have access log for
log time.
*logfile_rotate 10*
It will keep last 10 access log of squid. If you wish to have log for
month, use it as 30. You may rotate squid log using crontab. Following
will rotate log at every morning 6.
00
Hi,
You can authenticate user and password from sql database using the
helper "squid_db_auth".
But, allowing website for corresponding user by storing in db is not
possible. You can use various ACLs to control the site access for the
individual users.
Instead of storing website in particul
Hi,
*
**"Access to google maps(https://www.google.com/maps) should prevent any
authentication need"*
I could understand that all users should be able to access the google
maps link without any authentication. For this you could add the site
acl before the authentication part in the squid conf
Hi,
I think the error is not with squid version, it might be the connection
problem between proxy server and LDAP server. Please, check the
reachability of LDAP server from the proxy server and also Just check
the DNS configuration whether you have correctly configured it in proxy
server.