Paulino <[EMAIL PROTECTED]> writes: > Does turbogears support CGI scripts? > > I have a few Python CGI scripts running in my intranet, I would like > to migrate to TG. I wonder if I can keep the old scripts running with > turbogears, while writing the new functionality in TG's way. > > >>From the previous posts I read, I guess it doesn't support CGI, but I > didn't found a clear answer.
You won't be able to use them directly. But nothing prevents you to keep them running and run a TurboGears application as well. The TG app can be proxied from Apache, and Apache can run your CGI scripts. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

