株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

原因は、動作しているApacheが手前のNginxのIPアドレスを接続元としていたからだった。
ヘルスチェック的な通信もブルートフォースアタックとしてカウントされてしまっていたからだと思う。

httpd.confに追加する。

RemoteIPHeader X-Forwarded-For
    #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)