Actually its easy paster serve --daemon production.ini
Thats it. I would not advice you to use --reload of you are using Debian though, it can“t be stopped properly, things like kill <process number> don't work, the only thing that did was kill -9, which is actually taboo Use Cron to "ping" and restart your sever automatically if necessary follow this link to a tutorial: http://docs.pythonweb.org/display/pylonscookbook/Apache+and+mod_proxy+for+Pylons On May 31, 6:08 pm, "Eric Larson" <[EMAIL PROTECTED]> wrote: > Out of curiosity, when you say run in daemon mode what do you mean? I > have done things like "nohup paster serve config.ini --reload &" so I > could logout, but if there are other potentially more effective ways I > would like to know. > > Thanks! > > Eric > > On 5/31/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > nevermind > > > running in daemon mode was the key --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
