adi88nugroho
Poster 1.0
lebih senang scan manual daripada pake antivirus. bener2 mencekik ram soalnya 

pernah juga 1 gb memory habis karena clamav... saya uninstall dah terpaksa... padahal maksudnya ingin web nya secure, tapi kok malah berat..... ya sudah terima kasih atas jawabannya heheheh
ClamAV sangat penting!
berikut ini cara installnya, PASTIKAN ANDA TIDAK MENG-INSTALL ClamAV DARI CPANEL.
Installing ClamAV with MailScanner
These instructions will configure ClamAV to use the clamd daemon:
* Make sure clamavconnector is NOT installed in WHM > Manage Plugins as this will break MailScanner
* If you would like to verify ClamAV's digital signatures on the virus definition files as
they are updated through freshclam, you need to install GMP first:
START----------------------------------------
1.# /scripts/ensurerpm gmp gmp-devel
----------------------------------------
* Next you will need to create a user for clamav to use:
-----------------------
2.# useradd clamav
-----------------------
Some OS's require you to add the group as well:
--------------------
3.# groupadd clamav
--------------------
Don't worry if the user and/or group already exist.
* Download the latest stable ClamAV distribution from http://www.clamav.net
Note: If you are running Fedora Core 4 or earlier, you cannot install any version
of ClamAV later than 0.91.2 because of a broken gcc.
==> -------------------------------------------------------------------------------------------------
4.# wget http://sourceforge.net/projects/clamav/files/clamav/0.97/clamav-0.97.tar.gz/download
-------------------------------------------------------------------------------------------------
* Expand the distribution and cd into the resultant directory and build ClamAV using:
-----------------------
5.# tar -xzf clamav-0.97.tar.gz
-----------------------
6.# cd clamav-0.97
------------------------------------
7.# ./configure --disable-zlib-vcheck
--------
8.# make
--------
9.# make install
========================
10* pico -w /usr/local/etc/freshclam.conf
Comment out the line (put a # as the first character on the line) near the top that says simply:
Example
11* pico -w /usr/local/etc/clamd.conf
Comment out the line (put a # as the first character on the line) near the top that says simply:
Example
12* pico -w /usr/local/etc/clamd.conf
Change the following line:
#LocalSocket /tmp/clamd.socket
to this:
LocalSocket /tmp/clamd
13* Run ldconfig to create the necessary links and cache to most recent shared libraries
# ldconfig
14* Run freshclam to download the latest definitions:
# freshclam