자료실

Global It Leader!!


유용한 TIP

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

페이지 정보

작성자 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 377회 작성일 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

댓글목록

등록된 댓글이 없습니다.

전체 97
게시물 검색
유용한 TIP 목록
번호 제목 글쓴이 조회 날짜
97 복구 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 257 10-11
96 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 330 10-08
95 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 414 09-05
94 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 401 09-04
93 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 393 09-02
열람중 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 378 05-22
91 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 394 05-22
90 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1138 08-26
89 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1469 08-26
88 기타 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1940 08-02
87 복구 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1459 07-15
86 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1230 07-12
85 기타 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2176 01-09
84 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2138 10-19
83 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1837 10-19
82 기타 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3446 07-21
81 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2870 07-21
80 기타 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2134 07-13
79 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3174 03-29
78 운영체제 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3019 02-23