Where is the best place to block Ip's
cPanel.net Support Ticket Number:
Where is the best place to block Ip's
cPanel.net Support Ticket Number:
I like doing from SSH as 'root'.
Example:
/sbin/route add -host 209.217.1.2 gw 127.0.0.1
replace '209.217.1.2' with the IP you want to block.
cPanel.net Support Ticket Number:
I would like to block a list of ip's
cPanel.net Support Ticket Number:
Will this also work if you have a domain that steals image bandwidth from you and you get the ip of their server and add it? I don't want to use hotlink protection...
cPanel.net Support Ticket Number:
If you wish to just block IPs using http then use a .htaccess with something like:
Order deny,allow
Allow from all
Deny from xxx.xxx.xxx.xxx
cPanel.net Support Ticket Number:
Apache to die or not to die, that is the question...
No, because it's the users of the other domain who access your files directly.Originally posted by Clark
Will this also work if you have a domain that steals image bandwidth from you and you get the ip of their server and add it? I don't want to use hotlink protection...
cPanel.net Support Ticket Number:
It would be best to use hotlink protection unless you want 2 block out the whole internet
cPanel.net Support Ticket Number:
Apache to die or not to die, that is the question...
I used a hotlink and forwarde them to a another address
cPanel.net Support Ticket Number: