[Zope] FTP and apache?
michel@digicool.com
michel@digicool.com
16 Jun 1999 16:50:23 -0400
Daniel M. Drucker <dmd@3e.org> writes:
> > 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
>
Thanks, could you submit this to the collector?
http://www.zope.org/Collector
so we don't forget about it.
-Michel
>
> _______________________________________________
> 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 )