혹시 아파치에 이런 기능이 존재하는지 궁금합니다.

dnavi의 이미지

안녕하세요 드네이비입니다.

개인적으로 데비안사지를 이용하여 집에서 서버를 돌리고 있는데

요즘에 사이트에 2분주기로 특정사이트를 통해 와 방문자수만 늘리고 있습니다.

아파치로그를 보니까 한줄씩 적혀있어서 사이트를 구경온 것 아니고

무슨 공격인 것 같은데 뭔지는 잘모르겠습니다.

아이피차단을 생각해 보았지만 아이피가 너무 많아서 주체가 안됩니다.

그래서 아파치에서 특정사이트를 통해 오는 것을 막을 수 있는지 궁금합니다.

아니면 특정사이트에서 온 아이피를 차단할 수 있는 스크립트라도 있는지 궁금합니다.

데비안 사지를 사용하고 아파치 2.0.54를 사용합니다.

참고로그사이트 : http://keaneband.net/bbclone

danskesb의 이미지

정 필요하시다면 iptables를 사용해서 차단을 시키시는 게 좋을 것 같습니다.
아파치 자체에는 차단 기능이 없다고 알고 있습니다.
iptables는 man iptables로 한 번 찾아 보세요.

사랑천사의 이미지

짐작 하건데 검색 사이트에서 로봇 날리는것 같기도 한데요? 잘 모르겠네요... 저의 경우는 2분은 아니지만 이것도 많이서 기록되는 DB쪽에서 좀 오래 두면 감당이 안됩니다. 날려 버려야죠. 사이트 자체에서 이걸 로깅 하는데 비워 주지를 않으면 영... 음.. 접속 통계인데 URL, 주소, 클라이언트, 년, 월, 일, 시 별로 구분해서 로깅이 남고 있는데 이놈을 보고 있노라면 거의 로봇이란걸 알게 되더군요.. 로봇 흠.. MSN, Google, Yahoo가 대표적으로 나라옵니다. 때로 Naver에서도 음... 아직 Empas는 모르겠고요... 서버가 여러 대 되는 Google, Yahoo, Naver등은 글세요... 막기 힘들겠죠... 괸히 안 막으셔도 될듯도 싶네요... 뭐 제 생각입니다.

모두 행복하세요.
이여송 사도요한 드림.

사람천사

woonuk의 이미지

http://httpd.apache.org/docs/1.3/env.html#special

    SetEnvIf Referer "^http://www.example.com/" local_referal
    # Allow browsers that do not send Referer info
    SetEnvIf Referer "^$" local_referal
    <Directory /web/images>
       Order Deny,Allow
       Deny from all
       Allow from env=local_referal
    </Directory>

이걸 좀 응용하면, 원하시는 동작이 되겠네요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.