Apache 2.4 에서 SetEnvIf 를 이용해서 bot 차단하기 > 개발

본문 바로가기
사이트 내 전체검색

개발

Apache 2.4 에서 SetEnvIf 를 이용해서 bot 차단하기

페이지 정보

profile_image
작성자 관리자 (61.♡.222.236)
댓글 0건 조회 2,542회 작성일 19-06-30 18:35

본문

아파치 웹서버에서 검색로봇의 접근을 차단하는 방법이다.


https://httpd.apache.org/docs/2.4/rewrite/access.html  에서  Blocking of Robots  부분


[code]
SetEnvIfNoCase User-Agent "^NameOfBadRobot" goaway
<Location "/secret/files">
    <RequireAll>
        Require all granted
        Require not env goaway
    </RequireAll>
</Location>
[/code]


* 참고
https://httpd.apache.org/docs/2.4/rewrite/access.html
https://findstar.pe.kr/2016/11/08/apache_2_4_custom_error_log_access_constrol/
https://forum.configserver.com/viewtopic.php?t=9186

추천0

댓글목록

등록된 댓글이 없습니다.

Total 392건 17 페이지
  • RSS
개발 목록
번호 제목 조회 추천 날짜
722191004-14
712187004-30
702182001-08
692176005-19
682163002-26
672151006-07
662134001-14
652112005-02
642086005-13
632086007-10
622076005-30
612062004-11
602060005-19
592057005-04
582053002-15
572047012-15
562038004-11
552008002-26
542003005-16
532000012-23

검색


사이트 정보

Copyright © Baragi.Net. All rights reserved.