On 9/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Actually I do not want to use some external service for hosting. I am > familiar with apache. I just need a recommendation for what server to > use and how to configure it so that my TG application is visible on an > external url address.
In this case I suggest you use mod_wsgi which is the easiest and cleanest way to integrate with apache. I consider mod_wsgi to be the best way to integrate TG with Apache (I mean really not just with a reverse proxy) ATM. http://code.google.com/p/modwsgi/wiki/IntegrationWithTurboGears The recipe is nearly perfect (I had to change small things only), I intend to propose changes as soon as I get time, and Graham is really helpful. Regards, Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

