ChinaUnix.net
相关文章推荐:

havp 防病毒代理

havp是一个Linux下防病毒网关代理软件,目前版本是 V0.88。可以工作在三种模式下,第一种模式是普通的代理需要 IE浏览器设置代理服务器地址和端口,第二种模式是作为前一级代理的后续代理,第三种模式是透明代理。在透明代理模式下不需要IE浏览器设置代理服务器地址和端口。 可以结合Iptables来实现透明代理,作两个配置: 第一个配置是: iptables -t nat -A PREROUTING -p tcp -s 192.168.1.0/24 --dport 80 -j REDIRECT --to-...

by laicai2003 - Linux文档专区 - 2008-07-03 18:56:42 阅读(858) 回复(0)

相关讨论

感谢原作者.我已经实验了,不错,建议用havp作父代理,这样能检测http,还能使用https(但是不检测) http://cha.homeip.net/blog/archives/2005/12/_clamav_havp_ht.html 使用 havp + ClamAV 建置防毒 HTTP Proxy havp (HTTP Anti Virus Proxy) 可結合 ClamAV、F-Prot、Kaspersky 等防毒軟體, 針對 HTTP 傳輸資料進行即時掃毒, 將病毒攔截於 Proxy Server 上, 讓使用者上網時多一層安全防護. 操作步驟 1. 安裝 Clam AntiVirus ...

by yangprc - 服务器应用 - 2006-10-24 13:21:19 阅读(5620) 回复(1)

squid 2.6stable12 的安装 useradd squid ./configure --prefix=/opt/squid --enable-async-io=40 --enable-storeio="aufs,coss,diskd,ufs" --enable-useragent-log --enable-referer-log --enable-kill-parent-hack --enable-forward-log --enable-snmp --enable-cache-digests --enable-default-err-language=Simplify_Chinese --enable-poll --enable-removal-policies="heap,lru" --enable-large-cache-files --disable-intern...

by life-boy - 数据安全 - 2013-07-11 10:22:54 阅读(1544) 回复(2)

squid 2.6stable12 的安装 useradd squid ./configure --prefix=/opt/squid --enable-async-io=40 --enable-storeio="aufs,coss,diskd,ufs" --enable-useragent-log --enable-referer-log --enable-kill-parent-hack --enable-forward-log --enable-snmp --enable-cache-digests --enable-default-err-language=Simplify_Chinese --enable-poll --enable-removal-policies="heap,lru" --enable-large-cache-files --disable-inte...

by liuhanzhao - 服务器应用 - 2010-01-07 10:11:38 阅读(12965) 回复(26)

"Mandatory locking disabled! KEEPBACK settings not used!" 这是那里配置文件问题哦

by 啊泰 - 服务器应用 - 2008-07-26 10:37:15 阅读(2042) 回复(1)

Squid ClamAV & havp havp (HTTP AntiVirus proxy) is a proxy with an anti-virus filter. It does not cache or filter content and in this how-to it is set as a parent proxy of squid, i can be run on it's own. Name: Squid HomePage: http://www.squid-cache.org/ Function: proxy caching server for web clients Name: havp (HTTP anti-Virus Proxy) HomePage: http://www.server-side.de/ Function: H...

by jacky.lee - Linux文档专区 - 2009-04-26 08:31:21 阅读(1044) 回复(1)

[root@bfz havp-0.89]# make cd havp && make make[1]: Entering directory `/root/qqq/havp-0.89/havp' cd scanners && make make[2]: Entering directory `/root/qqq/havp-0.89/havp/scanners' g++ -g -O2 -I/usr/local/clamav/include -Wall -g -O2 -DHAVE_CONFIG_H -c -o clamlibscanner.o clamlibscanner.cpp clamlibscanner.h:37: 错误:字段 ‘limits’ 类型不完全 clamlibscanner.cpp: In member function ‘virtual bool ...

by bfz814 - 服务器应用 - 2009-11-10 16:10:12 阅读(1838) 回复(0)

请问谁会squid+clamav+havp的配置 , 资料也可以谢谢了 高手留名啊 啊 啊 [ 本帖最后由 bfz814 于 2009-11-9 14:36 编辑 ]

by bfz814 - 服务器应用 - 2009-11-24 13:53:01 阅读(2578) 回复(1)

我的机器约莫用了两周没有关把, 现在发觉 havp 太占用资源了, 开了 ps aux | grep havp | wc -l 154 这么多进程. clamav 31981 0.0 3.1 67904 64620 ? S 12:18 0:00 /usr/local/sbin/havp -c /usr/local/etc/havp/havp.config 而且都在睡觉偷懒, 而不会自杀. 最后一次的扫面时间是 11/06/2009 19:55:53 127.0.0.1 GET 404 http://220.231.142.4/4.Wma 182+1308 OK 11/06/2009 20:00:25 127.0.0.1 GET 200...

by signmem - 服务器应用 - 2009-06-11 22:00:49 阅读(2103) 回复(0)

配置 squid+havp+avast+kav (问题有2个,详情见下面) 配置完成以后,访问病毒网页,kav和avast都报有病毒,并且报出了病毒名。 但访问正常网页就奇慢,大约打开一个网页要10分钟,去掉avast后一切恢复正常。 查看日志。 havp报: Could not lock Scannerfile: /var/tmp/havp/havp-ASaQ4x 在 mount 时候加上 mand 参数,故障依旧,未解决。 mount -l 查看 tmpfs on /var/tmp/havp type tmpfs (rw,mand,uid=101,gid=101,mode=0777,si...

by xinyv - Linux新手园地 - 2009-04-26 08:29:48 阅读(1926) 回复(4)

[root@application havp-0.82]# ./configure checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes chec...

by lxl_82 - 服务器架设 - 2006-10-05 19:04:19 阅读(805) 回复(1)