clamav with centos6 atomic repo 설치 wget -q -O - http://www.atomicorp.com/installers/atomic | shclamav, clamd 설치 yum install clamav clamd clamd 는 clamav 를 데몬형식으로 띄워서 사용 가능하게 하는 패키지 clamdscan 은 clamscan 보다 속도가 빠름 clamd 가 메모리 상주형이며 500M ~ 1G 정도 메모리 필요 /etc/clamd.conf #Example PidFile /var/run/clamd.pid LocalSocket /tmp/clamd.socket/etc/freshclam.conf #Examplefreshclam (업데이트) /etc/cron.daily/freshcl..
mod_clamav 다운로드 https://fossies.org/linux/www/apache_httpd_modules/mod_clamav-0.23.tar.gz원문 (설치 참고) https://dokuwiki.tachtler.net/doku.php?id=tachtler:apache_http_server_centos_6_-_mod_clamav_-_virenscanner_einbindung설치 (tested aws centos6) 사전 준비 yum install epel-release yum install gcc httpd httpd-devel clamav clamav-devel make wget clamd wget https://fossies.org/linux/www/apache_httpd_modules/..