Re: how to run WSGI handler in the background?
Tonu Mikk <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <CABDFm8h5=-EWxpV7UwnNT3fGbUkNLoiqLCaYbF_QnVef+k12Uw@mail.gmail.com> |
Thanks! This worked perfectly for me. I ran it like this: nohup python support.py 2> /dev/null & Where support.py contains the wsgi directives. On Thu, Jan 3, 2019 at 9:33 AM Tom Ekberg <[email protected]> wrote: > Tonu, > > > If you are on Linux you can use the nohup program. It will keep the > program running even when you exit out of your terminal session. Be sure to > sure to tack & to the end of the command to put it into the background. > This is how I run the pgadmin3 program. > > > nohup pgadmin3 2> /dev/null & > > > It throws away error output and writes stdout to a file named nohup.out. > > > > > > > ------------------------------ > *From:* Tonu Mikk <[email protected]> > *Sent:* Thursday, January 3, 2019 7:23 AM > *To:* [email protected] > *Subject:* [Roundup-users] how to run WSGI handler in the background? > > The Roundup documentation provides an example for running the Roundup > server using WSGI Handler: > http://roundup.sourceforge.net/docs/installation.html#wsgi-handler > > This prints the requests to the terminal window. How can the wsgi-handler > be run in the background? My attempts at finding the answer on wsgi > documentation - https://wsgi.readthedocs.io/en/latest/index.html and on > Python wsgi documentation didn't lead me to the answer. > > Thanks! > > > > -- > Tonu Mikk > Adaptive Technologist | Disability Resource Center | > diversity.umn.edu/disability > University of Minnesota | umn.edu > [email protected] | 612-625-3307 > -- Tonu Mikk Adaptive Technologist | Disability Resource Center | diversity.umn.edu/disability University of Minnesota | umn.edu [email protected] | 612-625-3307 _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users
Outlook-0swmzpnl.jpg
(image/jpeg, 14.3 KB) - not displayed