자료실

Global It Leader!!


유용한 TIP

운영체제 웹 방화벽 Apache mod_security 모듈 설치하기

페이지 정보

작성자 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 166회 작성일 24-05-22 22:46

본문

tar xzfv modsecurity-2.9.0.tar.gz
cd modsecurity-2.9.0

./configure
make && make install   // 이 명령에서 에러가 난다면.... 아래 명령을 실행하고 다시 실행하면 된다.
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apache/bin/apr-1-config --with-apu=/usr/local/apache/bin/apu-1-config 

cp modsecurity.conf-recommended /usr/local/apache/conf/modsecurity.conf
cp unicode.mapping /usr/local/apache/conf/

▶ httpd.conf에 해당 모듈 추가
vi /usr/local/apache/conf/httpd.conf

LoadModule security2_module modules/mod_security2.so
<IfModule !mod_unique_id.c>
    LoadModule unique_id_module modules/mod_unique_id.so
</IfModule>

▶ 아파치 재시작
/usr/local/apache/bin/apachectl restart

댓글목록

등록된 댓글이 없습니다.

전체 28
게시물 검색
유용한 TIP 목록
번호 제목 글쓴이 조회 날짜
28 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 112 10-08
27 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 129 09-05
26 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 126 09-04
25 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 141 09-02
열람중 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 167 05-22
23 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 165 05-22
22 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 948 08-26
21 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1230 08-26
20 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1061 07-12
19 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1973 10-19
18 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1651 10-19
17 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2643 07-21
16 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2990 03-29
15 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2862 02-23
14 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3265 12-06
13 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4242 09-13
12 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3616 09-02
11 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5014 06-15
10 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4773 06-03
9 운영체제 no_profile 운영자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4083 04-09