How i can cahe antvirus update files like kaspersky or norton ?
if you enable webproxy cache, it will cache any kind of files that are being downloaded, including these
can you give me code example if i want cache all *.asc files from internet?
am already enable web proxy
Its just what ports you want normally. like just port 80 etc. Find out what ports it uses…
I use port 8080
proxy will cache all files, regardless of the extension. So it’s already cached, if your proxy is working
Like Normis said, it will cache as much as possible. The question comes in on HOW your anti-virus program gets its updates? Are they port 80, are they FTP, 443, or some non-standard port. Most companies only use a Transparent proxy on FTP and HTTP, so you may NOT catch the files with just a port 80.
So step one with working with data, identifying where and how the traffic comes from. That way you can do something with it. In this case ensure your transparent proxy/web proxy has the correct ports listed and they are running though the proxy.
Second step is if the first step is done, all should be well!