I've been looking at the script, setup-web2py-nginx-uwsgi-centos64.sh .
Towards the end of it, are these two commands:
/etc/init.d/iptables stop
chkconfig --del iptables
Why is it necessary to stop iptables and then remove all run level symlinks under /etc/rc[0-6].d ?