1 Oct
2003
1 Oct
'03
3:25 a.m.
I recently setup some IPTables rules on Zope and for some reason I am being denied access to Zope. I am running zope behind Apache and using VirtualHostMonster together with Apache rewrite rules to make things work. The iptables rules I set up are as follows: iptables -P INPUT DROP iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp --dport 8080 -j ACCEPT Both the output and forward queues are set to accept all. I can get to the ZMI (port 8080) with no problem, but I cannot get to the zope site through Apache (on port 80). Has anyone worked this out before? I have searched the archives and can't find anything on iptables outside of ftp setup... Thanks, Kevin