테스트 사이트 - 개발 중인 베타 버전입니다

Apache DOS 공격 방어 - mod_evasive - web 입니다.

· 9년 전 · 374 · 1

DOS 공격에 대해 방어할 수 있는 Apache의 좋은 모듈이 있다.
 
아래의 경로에서 다운 받을 수 있다.
 
 
 
http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz
 
 
 
$ tar xvzf mod_evasive_1.10.1.tar.gz
 
$ cd mod_evasive
 
$ /usr/local/apache2/bin/apxs -iac mod_evasive20.c
 
$ cd /usr/local/apache2/conf
 
$ vi http.conf
LoadModule evasive20_module     modules/mod_evasive20.so
 

<IfModule mod_evasive20.c>
        DOSHashTableSize        3097
        DOSPageCount            3
        DOSSiteCount            50
        DOSPageInterval         1
        DOSSiteInterval         1
        DOSBlockingPeriod       30
</IfModule>
 
 
 
$ cd /usr/local/apache2/bin
 
$ apachectl configtest
 
$ apachectl -k restart 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

9년 전
http://sir.co.kr/so_server/801 에...

게시글 목록

번호 제목
12307
12306
12305
12304
12303
JavaScript 계산기
12302
12301
12300
12299
12298
12297
12296
12295
12294
12293
12292
12291
12290
12289
12288
12287
12286
12285
12284
12283