No, the correct command line format is shown here: http://web2py.com/books/default/chapter/29/04/the-core#Parameters
You're not starting a web server, just a Python process to act as a worker for the scheduler. Anthony On Thursday, May 25, 2017 at 8:12:00 PM UTC-4, Dave S wrote: > > I've finally put my fingers on certbot, and have my 443 responding (now > I'm a good boy). This server hosts 2 applications, each of which runs a > scheduler. For various reasons, I do my -K's separate from the main > listening process. It occurred to me to wonder, as I did the start/restart > commands, to wonder if these -K commands need the -i, -p, -c, and/or -k > that the main worker needs. > > > (Yeah, I'm still using Rocket, but volume is still low, so I can postpone > learning nginx until my tutor is available.) > > /dps > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

