Hi!
I would like to know if is normal when u disable services like httpd (anyone), and u do rules in iptables for drop packets like this one:
iptables -A -p tcp --dport 80 -j DROP
Is it normal when u run
#nmap IP u see 80/http filtered? Should be to appear none in the results of nmap?