User Tools

Site Tools


антивирусная_защита_web_трафика_squid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
антивирусная_защита_web_трафика_squid [2014/07/04 07:58]
val
антивирусная_защита_web_трафика_squid [2020/09/01 07:29]
val [FreeBSD]
Line 5: Line 5:
 ===== Использование HAVP - HTTP Antivirus Proxy ===== ===== Использование HAVP - HTTP Antivirus Proxy =====
  
-  * Ubuntu Server. Настраиваем антивирусный фильтр роутера (ClamAV)[[http://​interface31.ru/​tech_it/​2010/​06/​ubuntu-server-nastraivaem-antivirusnyj-fil-tr-routera-clamav.html]]+  * [[http://​interface31.ru/​tech_it/​2010/​06/​ubuntu-server-nastraivaem-antivirusnyj-fil-tr-routera-clamav.html|Ubuntu Server. Настраиваем антивирусный фильтр роутера (ClamAV)]]
  
-==== Ubuntu ====+==== Debian/Ubuntu ====
  
 <​code>​ <​code>​
-root@gate:​~#​ apt-get install havp+root@gate:​~#​ apt install havp
  
-root@gate:​~#​ cat /etc/squid3/squid.conf+root@gate:​~#​ cat /etc/havp/havp.config
 </​code><​code>​ </​code><​code>​
 +...
 +#ubuntu 16
 +GROUP clamav
 +...
 +# Only for courses
 +SERVERNUMBER 2
 +...
 +BIND_ADDRESS 127.0.0.1
 +...
 +# ENABLECLAMLIB true
 +...
 +ENABLECLAMD true
 +...
 +CLAMDSOCKET /​var/​run/​clamav/​clamd.ctl
 +...
 +</​code><​code>​
 +root@gate:​~#​ usermod clamav -G havp
 +
 +root@gate:​~#​ service clamav-daemon restart
 +
 +root@gate:​~#​ service havp restart
 +</​code>​
 +
 +
 +
 +
 +==== Squid ====
 +<​code>​
 +gate# cat /​etc/​squid/​squid.conf
 +</​code><​code>​
 +...
 cache_peer 127.0.0.1 parent 8080 0 no-query no-digest no-netdb-exchange default cache_peer 127.0.0.1 parent 8080 0 no-query no-digest no-netdb-exchange default
 cache_peer_access 127.0.0.1 allow all cache_peer_access 127.0.0.1 allow all
 acl Scan_HTTP proto HTTP acl Scan_HTTP proto HTTP
 never_direct allow Scan_HTTP never_direct allow Scan_HTTP
 +...
 +</​code><​code>​
 +root@gate:​~#​ service squid restart
 </​code>​ </​code>​
  
Line 43: Line 77:
  
 === Ubuntu === === Ubuntu ===
-Попробовать:​ +
-[[http://​stopxaker.ru/​showthread.php?​t=578]]+
 <​code>​ <​code>​
 root@gate:​~#​ apt-get install build-essential autoconf automake checkinstall root@gate:​~#​ apt-get install build-essential autoconf automake checkinstall
антивирусная_защита_web_трафика_squid.txt · Last modified: 2020/09/01 07:29 by val