does anyone know if it is possible to add different middleware to each subdomain app? without adding differen middleware to subdomain apps, subdomain apps are quite useless
On Tue, Nov 4, 2008 at 7:45 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 5:03 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > >> On Mon, Nov 3, 2008 at 8:18 PM, Anand Chitipothu <[EMAIL PROTECTED]>wrote: >> >>> >>> > is application processor different from middleware? >>> >>> Yes, it is different. >>> you can pass wsgi middleware to app.run. >>> >>> app.run(urls, globals(), my_middleware) >> >> >> how do i do this for SUB-DOMAIN application.. i want to run different >> middleware for different subdomain applications? >> >> is it possible to do this? how to add different middleware to each > subdomain application..? > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
