FTP redirect to Zope instances
Hello, http redirect with apache to Zope instances Ok, no problem. But how can I fix this with a ftp connection. How to redirect port 21 to other zope instances on different ports ? Can annybody send me a possible solution and a configuration example ? Thanks, Martin Koekenberg
--On Donnerstag, 17. Februar 2005 11:45 Uhr +0100 Martin Koekenberg <zope@digital-adventures.nl> wrote:
Hello,
http redirect with apache to Zope instances Ok, no problem.
But how can I fix this with a ftp connection. How to redirect port 21 to other zope instances on different ports ? Can annybody send me a possible solution and a configuration example ?
Likely by configuring your firewall or router or whatever (iptables under Linux) but this is bascially not an issue handled by Zope. -aj
I once looked at a tool called delegate, which allowed FTP rev-proxy... it was a little over my head for the time I had to spend. http://www.delegate.org Love to know if it works for you, -Jon Cyr cyrj@cyr.info Andreas Jung wrote:
--On Donnerstag, 17. Februar 2005 11:45 Uhr +0100 Martin Koekenberg <zope@digital-adventures.nl> wrote:
Hello,
http redirect with apache to Zope instances Ok, no problem.
But how can I fix this with a ftp connection. How to redirect port 21 to other zope instances on different ports ? Can annybody send me a possible solution and a configuration example ?
Likely by configuring your firewall or router or whatever (iptables under Linux) but this is bascially not an issue handled by Zope.
-aj
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Jonathan Cyr wrote:
I once looked at a tool called delegate, which allowed FTP rev-proxy... it was a little over my head for the time I had to spend.
Love to know if it works for you,
I remember reading somewhere that Apache can handle ftp now too, maybe mod_rewrite + apache ftp? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (4)
-
Andreas Jung -
Chris Withers -
Jonathan Cyr -
Martin Koekenberg