-----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 )
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.
Where can I find documentation on how to do this? I see in WEBSERVER.txt and INSTALL.txt that this is an option, but there's no information on how to actually do it. dmd
participants (2)
-
Daniel M. Drucker -
Michel Pelletier