r754 |r755| r756
Index: inputs/ISS/wwwnext.cf
===================================================================
--- inputs/ISS/wwwnext.cf	(revision 754)
+++ inputs/ISS/wwwnext.cf	(revision 755)
@@ -70,6 +70,12 @@
         IncrementPointer "-1"
         InsertLine "-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp -s ${wwwnext_other} --dport 7788 -j ACCEPT"
       EndGroup 
+      BeginGroupIfNoLineMatching "^-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT$"
+        IncrementPointer "-9999"
+        LocateLineMatching ".*REJECT.*"
+        IncrementPointer "-1"
+        InsertLine "-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT"
+      EndGroup 
       DefineClasses "wwwnext_restart_iptables"
     }