openeratech
Technical User
Hi All,
I have configured ACL on my squid proxy. Bascially i dont want users to use personal webmails or some other sites during business hours that would choke the bandwidth otherwise. So i have configured time based access for this sites.
This ACL what i have configured depends on one TXT file which has list of the websites that i dont have to have access. So i have created one more TXT file. So the script will first of all stop the squid service and then delete the original TXT file and then copy the other one and then start the squid service. This will happen two times a day which the CRON job takes care of.
But the actual problem what i am facing is, even though the script will do the job, the squid proxy doesnt take into account the new TXT file. Only if i login to the server and do a SERVICE SQUID RESTART then only it is accepting the TXT file. However in the script i have mentioned this command but somehow it doesnt take effect. I am clueless what actually is the problem.
Please guide.
Regards
Yunus