拒绝访问Apache上的特定IP

时间:2014-01-30 18:50:22

标签: apache .htaccess spam-prevention mod-access

我的一个网站不断遭到来自某些国家/地区的垃圾邮件发送者的攻击。<​​/ p>

有四个罪魁祸首知识产权被证明是令人讨厌的。

我尝试过使用Apache的mod_access实用程序并将以下行添加到我的.htaccess

<Limit GET POST>
order allow,deny
Allow from all
deny from 201.xx.xx.xx
deny from 202.xx.xx.x
deny from 201.xx.xx.xx
deny from 201.xx.xxx.xx
</Limit>

但由于某种原因,垃圾邮件发送者仍然可以访问我的网站并从所述IP连续发送垃圾邮件

任何人都可以告诉我到底出错的地方。

1 个答案:

答案 0 :(得分:0)

只需删除限制

即可
order allow,deny
deny from 201.xx.xx.xx
deny from 202.xx.xx.x
deny from 201.xx.xx.xx
deny from 201.xx.xxx.xx
allow from all