http://www.linuxsecurity.org
http://www.securityfocus.com
http://www.ipblocker.org/
also you have file /etc/httpd/conf/httpd.conf
There you should search for your domain options
something like this:
.
.
.
Allow from
Deny from
.
.
.
you have to restart your Apache after these modifications (not computer). So, you have to search for the script httpd and execute with parameter stop then with parameter start (also you can do it by once with parameter restart).
It is up to your system where is that file, but you should search in /etc/rc.d/*
One more thing, when you find that script run is like /etc/rc.d/*/httpd not just like httpd because this will probably start httpd from your "path" and nothings happen (that is case in Red Hat I don't know is it like that in other distros but it is easyer just to do right thing).