On Monday 25 January 2010 11:00:35 Timuçin Kızılay wrote: > There are several options to run turbogears application on the server. > Which one should I prefer? The server will ben an internal server so I > do not have to deal with shared hosting servers restrictions. I have a > base ubuntu server edition install for this project now it's time to > setup a web server. Which web servers should I chose? Should I setup > apache or ngnix? is there any tutorial about how to setup a turbogears > web server on ubuntu?
If your system has a mod_wsgi that supports the python-version you are using, I'd go for apache & mod_wsgi. Simply because that has the startup-skript stuff already down, and is well documented. Othewise, we run paster throug supervisord, which in turn is init-scripted. Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

