LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Norton antivirus updates (https://www.linuxquestions.org/questions/linux-newbie-8/norton-antivirus-updates-924907/)

cgirishaanekal 01-20-2012 10:43 PM

Norton antivirus updates
 
In squid how to allow norton antivirus updates.

Girish

eeekster 01-20-2012 10:46 PM

What do the logs say when you try?

cgirishaanekal 01-20-2012 10:56 PM

update failure check internet connection. We are blocked internet in squid I wanted allow only norton antivirus get connected to the internet . How to configure in Squid to allow norton updates ?

eeekster 01-20-2012 11:04 PM

You'll need to edit squid's config file (mine is at /etc/squid/squid.conf). Look at the access controls and create a list that allows the URLs. You can see what's being denied in the log that's usually at /var/log/squid/access.log to see what you need to allow.

cgirishaanekal 01-20-2012 11:15 PM

Where should I check

eeekster 01-20-2012 11:27 PM

Look for something link this:

acl denylist url_regex /something
http_access deny denylist


I can't be more specific without seeing the file.


All times are GMT -5. The time now is 11:37 PM.