It would be nice if you would consider adding the standard IP Deny Manager under the Security section in cPanel, so that we could block spammers who attempt to flood our web sites with numerous logins.
It would be nice if you would consider adding the standard IP Deny Manager under the Security section in cPanel, so that we could block spammers who attempt to flood our web sites with numerous logins.
All cPanel does is add a "deny" line in .htaccess .
The problem is that in the current x10 loadsharing setup, this does not work (the IP .htaccess sees is the IP of the loadbalancing server, not the IP of the request).
Manually, you can add lines like:
Code:RewriteCond %{HTTP:X-Forwarded-For} ^130\.65\.11\.68$ [OR] RewriteCond %{HTTP:X-Forwarded-For} ^110\.95\.14\.62$ RewriteRule ^(.*)$ sorry-but-you-are-blocked.html [L]
Last edited by descalzo; 07-11-2011 at 03:19 PM.
Nothing is always absolutely so.
You can close this support request. Thank you.