On 14/08/2009, at 11:56 AM, James McManus wrote:
> If I use Apache to proxy request to pylons, do I need a ProxyPass > for sqlalchemy.url in my httpd.conf? No. sqlalchemy.url simply tells your application how to reach the database. How the application is served (e.g. via paster or mod_wsgi or ProxyPass) won't effect it. Cheers Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
