Hi, On Apr 12, 5:55 pm, "durumdara" <[EMAIL PROTECTED]> wrote: > So I want to ask about Pylons: > Can I use Pylons under Apache?
Sure you can. Check out http://docs.pythonweb.org/display/pylonscookbook/Deployment, there are plenty of options. > We have PHP, Python sites (8-10 virtual hosts) and we want to replace > only one or two projects with frameworks. You can use mod_rewrite to select what goes to your Pylons app and what goes to PHP (if I understood your q). > But we don't want to use another port, we must use the port 80. Use mod_rewrite. > So if we want to use Pylons, we need to transport these packages, or > need to make Pylons to works under apache. > > Can we do these things? The developers.org.ua site works just like this. > And: is Pylons supports the ODBC connections? No idea, but you can google for it. Max. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
