1. 설치되어 있어야 할 모듈 및 패키지
apache module -> mod_uniqueue_id
패키지 -> libxml2, lua, pcre, apr
2. 설치
설치파일 다운로드
https://bsn.breach.com/downloads/t=a99288d3813d5068e1e899ec96ee7479/modsecurity- apache/modsecurity-apache_2.5.4.tar.gz
cd modsecurity-apache_2.5.4
cd apache2
./configure --with-apxs=/usr/local/apache/bin/apxs
make
make install
--> ./configure 에서
configure: *** pcre library not found.
configure: error: pcre library is required
오류 발생시 yum install pcre, configure 옵션에 --with-pcre=경로 적어줌
apache module -> mod_uniqueue_id
패키지 -> libxml2, lua, pcre, apr
2. 설치
설치파일 다운로드
https://bsn.breach.com/downloads/t=a99288d3813d5068e1e899ec96ee7479/modsecurity- apache/modsecurity-apache_2.5.4.tar.gz
cd modsecurity-apache_2.5.4
cd apache2
./configure --with-apxs=/usr/local/apache/bin/apxs
make
make install
--> ./configure 에서
configure: *** pcre library not found.
configure: error: pcre library is required
오류 발생시 yum install pcre, configure 옵션에 --with-pcre=경로 적어줌