[Zope] FTP and apache?

Daniel M. Drucker dmd@3e.org
Wed, 16 Jun 1999 16:38:03 -0400 (EDT)


> Note, Zap and ZServer will want to use the SAME tcp port (9673) to
> listen for HTTP requests.  To turn off HTTP for ZServer (so that only
> Apache is listening) specify '-w' on the z2 command line (as I did
> above).  Alternatively, you can change the port ZServer listens on by
> saying '-w port'.


If I start it up like this:

   python z2.py -w -2 

I can connect through apache (Zap), but it has ignored the -2 option
and created and used a Data.fs.

If I start it up like this:
 
   python z2.py -2 -w
   
It doesn't start up -- it gives the usage information, ending with:
Error:
getopt.error: option -w requires argument


Daniel Drucker