[Zope] IPTables and Zope

Kevin Carlson khcarlso at bellsouth.net
Tue Sep 30 23:25:01 EDT 2003


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




More information about the Zope mailing list