Re: how to run WSGI handler in the background?
Tom Ekberg <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <DM6PR08MB4778C2F64AC101DF4EE8FEAACA8D0@DM6PR08MB4778.namprd08.prod.outlook.com> |
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. [cid:daded69f-ea02-4a2f-90db-bcaebb6a9d51] ________________________________ 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<http://diversity.umn.edu/disability> University of Minnesota | umn.edu<http://umn.edu> [email protected]<mailto:[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