Home 게시판 커뮤니티 Q&A htaccess 를 이용해서 특정 ip를 차단했는데도 계속 접속하고 있

6개 답변, 2 voices Last updated by Avatar of toorntoorn 16 years, 5 months 전
  • Avatar of toorntoorn
    Participant
    @toorn
    #3035

    그런데 결국 이런식으로 해결했습니다 . 무슨 뜻인지는 잘 이해가 안돼지만 저 같은 경우는 이렇게 해야 하더군요.

    SetEnvIf Remote_Addr 212.239.12.220 go_out
    SetEnvIf Remote_Addr 82.99.30. go_out
    Order Allow,Deny
    Allow from all
    Deny from env=go_out

    Avatar of toorntoorn
    Participant
    @toorn
    #3036

    .htaccess 에 아래와 같이 추가하였습니다.

    <Limit GET POST>
    Order Allow,Deny
    Allow from all
    Deny from 212.239.12.220
    Deny from 82.99.30.
    </Limit>

    그런데 이상하게 며칠째 82.99.30.xxx 로 계속 접속하고 있는데, 어찌된 것일까요?

    Avatar of toorntoorn
    Participant
    @toorn
    #3039

    .htaccess 에 아래와 같이 추가하였습니다.

    <Limit GET POST>
    Order Allow,Deny
    Allow from all
    Deny from 212.239.12.220
    Deny from 82.99.30.
    </Limit>

    그런데 이상하게 며칠째 82.99.30.xxx 로 계속 접속하고 있는데, 어찌된 것일까요?

    Avatar of DevssayDevssay
    Keymaster
    @세이군
    #3037

    toorn Escribi

    Avatar of DevssayDevssay
    Keymaster
    @세이군
    #3040

    toorn Escribi

    Avatar of toorntoorn
    Participant
    @toorn
    #3038

    세이군 Escribi

    Avatar of toorntoorn
    Participant
    @toorn
    #3041

    세이군 Escribi

7 글 보임 - 1에서 7 까지 (총 7 중에서)
  • 답변은 로그인 후 가능합니다.