[Zope] FTP and apache?

Michel Pelletier michel@digicool.com
Wed, 16 Jun 1999 14:51:43 -0400


> -----Original Message-----
> From: Daniel M. Drucker [mailto:dmd@3e.org]
> Sent: Wednesday, June 16, 1999 2:43 PM
> To: Zope List
> Subject: [Zope] FTP and apache?
> 
> 
> 
> I'm using Zope 2 (a2) + apache, on port 9673. FTP starts up fine on
> port 9221 if I use ZServer, but if I use apache (I'm using the
> prebuilt Zap, copied from my Zope1 installation) FTP doesn't start up.
> What might I be doing wrong?
> 

Apache is not an FTP server.  If you don't run ZServer, there is no
process to listen on port 9221.  Zope does not listen on ports, the
servers that use Zope do.

If you want to run Apache as your HTTP server, and ZServer as your FTP
server (and whatever else) use ZServer with PCGI.

-Michel

> dmd
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>