Skip to content

Commit

Permalink
HAVP 0.87
Browse files Browse the repository at this point in the history
 - DrWeb scanner support
 - F-Prot support for v6.0 added (also check FPROTOPTIONS)
 - If false, X_FORWARDED_FOR drops also Via: header for privacy
 - Fix Avast and AVG bugs
 - Templates support <!--url--> and <!--clientip--> tags
 - Uses supplementary groups for user if defined
 - Added TRICKLINGBYTES config
 - Reduced *MAXFILES settings to 50 for performance
 - Add missing HTTP methods (MKACTIVITY, CHECKOUT, MERGE)
  • Loading branch information
HAVP committed Sep 19, 2007
1 parent 80787eb commit 9c75a12
Show file tree
Hide file tree
Showing 29 changed files with 1,740 additions and 210 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
@@ -1,4 +1,15 @@

*HAVP 0.87 released
- DrWeb scanner support
- F-Prot support for v6.0 added (also check FPROTOPTIONS)
- If false, X_FORWARDED_FOR drops also Via: header for privacy
- Fix Avast and AVG bugs
- Templates support <!--url--> and <!--clientip--> tags
- Uses supplementary groups for user if defined
- Added TRICKLINGBYTES config
- Reduced *MAXFILES settings to 50 for performance
- Add missing HTTP methods (MKACTIVITY, CHECKOUT, MERGE)

*HAVP 0.86 released
- Experimental support for chunked Transfer-Encoding, fixes some broken sites
- Added IGNOREVIRUS config for whitelisting virus names
Expand Down
29 changes: 16 additions & 13 deletions INSTALL
Expand Up @@ -140,7 +140,11 @@ If you choose to use clamd (which is not recommended as library support has
less overhead), you need to enable AllowSupplementaryGroups in clamd.conf,
and add clamav user to havp group.

Remember to have freshclam running.


== NOTICE: ==
You must check your antivirus license before using HAVP with commercial
scanners. Usage might not be allowed. We do not give any warranty!


Kaspersky
Expand All @@ -152,8 +156,6 @@ Server package.
You should set ReportLevel=1 at [aveserver.report] section, so log will not
fill disk.

Daemon is required to be running.


Trend Micro (Trophie)
---------------------
Expand Down Expand Up @@ -181,13 +183,11 @@ Recommended changes to avg.conf:
# Raise number of daemons atleast equal to SERVERNUMBER/MAXSERVERS
numOfDaemons = xx

Daemon is required to be running.


F-Prot
------

Daemon is required to be running.
Supported.


NOD32
Expand All @@ -196,8 +196,6 @@ NOD32
Tested with Linux Mail Server and Linux File Server packages.
File Server version can not display virus names.

Daemon is required to be running.


Sophos (Sophie)
---------------
Expand All @@ -208,8 +206,6 @@ http://www.clanfield.info/sophie/
Change user or group to havp user in sophie.cfg, so it can read tempfiles.
Also change maxproc value to atleast SERVERNUMBER/MAXSERVERS value!

Sophie daemon is required to be running.


Avast!
------
Expand All @@ -226,13 +222,20 @@ Recommended changes to avastd.conf:
testall = 1
testfull = 0

Daemon is required to be running.


Arcavir
-------

Start arcavird with enough processes, like "arcavird 16".

Daemon is required to be running.

DrWeb
-----

Recommended changes to drweb32.ini:

; Raise number to atleast equal of SERVERNUMBER
MaxChildren = xx
PreFork = Yes


0 comments on commit 9c75a12

Please sign in to comment.