can you launch the paster server from within screen? That is how I do it when developing then when I go production I use daemontools to monitor it
Rudy wrote: > Thanks for the reply. The only trouble with redirecting to the paster > server is that I don't know if I can leave the paster running after I > log out. Right now, I have to log in and start the paster server, > then start another login window and run lynx to test the server. When > I log out the process gets killed. I can start it as a backround > task, but I think it will still be killed when I log out. > > Thanks, > Randy > > On May 2, 9:58 am, Luis Bruno <[EMAIL PROTECTED]> wrote: > >> Rudy escreveu: >> >> >>> I do have mod_proxy, but I'm not clear how I can use that to serve my >>> pages. I >>> suppose I could redirect certain urls to point to the port 5000 paster >>> server >>> >> That would be probably a better idea than CGI. Pylons has a big startup >> cost; it's better to pay it once than on each request. >> >> I vaguely remember some gotchas, but Ian Bicking wrote some middleware >> to handle it. Ah, someone else went to the trouble of documenting it >> (thank James Gardnet and Ben >> Bangert):http://wiki.pylonshq.com/display/pylonscookbook/Apache+as+a+reverse+p... >> >> >>> AssertionError: The EvalException middleware is not usable in a multi- >>> process environment >>> >> "Clearly" labeled. Edit the load_middleware function IIRC and have a >> look around, if you want to explore CGI a bit more deeply. >> >> Hope that helps, >> --lbruno >> >> signature.asc >> 1KDownload >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
