Disable virtual server also disable ping function

I have disabled the virtual server but it still can be ping from Internet. How can I also disable the ping function?

You can use iptables to block pinging, something like iptables -I INPUT -p icmp --icmp-type 8 -j DROP.