opnsense-ports/www/mod_clamav/pkg-message
Franco Fichtner a0921d0a00 */*: sync with upstream
Taken from: FreeBSD
2016-05-19 16:29:05 +02:00

10 lines
601 B
Text

######################################################################
# First you have to make sure, clamav runs in Daemon-Mode:
# Add "ClamavMode daemon" to your httpd.conf
# If clamd run on a local socket, it must have the same userid as the
# webserver add something like "user www" to your clamav.conf
# If you don't want to start clamd as the same user as the Webserver
# you have to start clamd on an inet socket by removing LocalSocket...
# and add the options "TCPSocket ..." and "TCPAddr..."
# later in the clamav.conf
#######################################################################