[Zope] IPTables and Zope
Dieter Maurer
dieter at handshake.de
Wed Oct 1 15:26:12 EDT 2003
Kevin Carlson wrote at 2003-9-30 23:25 -0400:
> 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...
Can you access Apache on port 80?
If so, check Apache proxying to Zope.
I prefer Apache "RewriteRules" and they can be logged.
Dieter
More information about the Zope
mailing list