On 11/17/06, walterbyrd <[EMAIL PROTECTED]> wrote:
>
> Or do I need Apache 2.X and/mod_python?
>
The "official" way of running your TurboGears app behind apache is by
using mod_proxy (or mod_rewrite - using mod_rewrite to proxy is
essentially the same thing).  I believe that this can be done both in
Apache 1.3 and 2.x (although I've only used 2.x myself so YMMV).

Some docs on mod_python[1][2] and fastCGI[2] are available, but again YMMV.

[1]: http://www.turbogears.org/docs/deployment/mod_python.html
[2]: http://trac.turbogears.org/turbogears/wiki/TurboGearsOnDreamHost

> Also, what version of Python is required to work with TurboGears? 2.2?
> 2.3?
>
TurboGears needs at minimum Python 2.3 but you're missing out on some
syntactic sugar (namely decorators) if you're not using Python 2.4.

Lee


-- 
Lee McFadden

blog: http://www.splee.co.uk
work: http://fireflisystems.com

--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to