Click to See Complete Forum and Search --> : how to disallow ping request on my apache web server ?


Donovan
01-28-2001, 09:24 AM
Hi, how can I disalow ping request on my domain / ip apache web server ?

Thanks,
Donov

FoBoT
01-28-2001, 09:53 AM
this thread should answer that or at least get you started
http://www.linuxnewbie.org/ubb/Forum13/HTML/003231.html



------------------
FoBoT
Fixer Of Broken Things
Use the right tool for the right job!

idealego
01-28-2001, 01:24 PM
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all

Donovan
01-28-2001, 01:26 PM
Works great, thanks
Donov