mod_security 설치 2.X

by ADMINPLAY posted Jun 04, 2009
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
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=경로 적어줌