3
3 Recommended Basic Configuration
# HTTP Port
HTTPPort 8080
# Due to this command WebGate listens on port 8080. In case the port is already
occupied by another proxy server service the port has to be changed accordingly.
# FTP Port
FTPPort 2121
# WebGate offers an FTP proxy service. In case the port is already occupied by
another proxy server service the port has to be changed accordingly.
# Quarantine directory
MoveConcerningFilesTo /home/quarantine
# In case of a detection the file is moved into the quarantine directory and renamed.
Therefore the file cannot be opened anymore by the user. But the file is not deleted
or changed because false positives are possible.
# Defining log files
LogFile /var/log/avwebgate.log
# The command defines the log file of the OnAccess Scanner. It writes into the
syslog by default.
# Defining the quality of the information
LogLevel 4
# This command defines a medium log level. It records alerts (e.g. detections), error
messages (e.g. incorrect ACL configurations) and warnings (e.g. in case of encrypted
archives).
# Activates the heuristics on the medium level
HeuristicsLevel 2
# A good balance between detection and early detection which prevents a lot of
possible false positives.
# Activates the detection of possible macro viruses in office documents
HeuristicsMacro yes
# We recommend you the scan of office documents for an optimum of security.