Hello,
Today I found a list with many blacklisted IP's : http://www.wizcrafts.net/exploited-serv ... klist.html
Can I block some Ip's from this list under apache without any problem ?
Cheers,
XFileSharing Pro - Exploited Servers Blocklist
Why do you want to block them?
You can block IPs through Apache, but it is recommended to do it via iptables or even better through a hardware firewall if you can.
To block IPs through Apache, add following lines to either your httpd.conf or main .htaccess file:
You can block IPs through Apache, but it is recommended to do it via iptables or even better through a hardware firewall if you can.
To block IPs through Apache, add following lines to either your httpd.conf or main .htaccess file:
Code: Select all
order deny,allow
deny from IPHERE
I want to block this list, cuz it's contains most :komi wrote:Why do you want to block them?
You can block IPs through Apache, but it is recommended to do it via iptables or even better through a hardware firewall if you can.
To block IPs through Apache, add following lines to either your httpd.conf or main .htaccess file:Code: Select all
order deny,allow deny from IPHERE
- proxy browsing services and server exploiters IP's ranges.
-
- Posts: 35
- Joined: Jan 04, 2011 11:11 pm