Matt Wilson schrieb: > Diez -- can you walk through how I can apply some trivial WSGI > middleware around my cherrypy app and then run my app with the > cherrypy WSGI server? > > I figured out how to do it with mod_wsgi, but I'd like
When you have figured out it with mod_wsgi, all you need to do is to follow the examples in the module wsgiref (for example) and pass the application-object/function to the server. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

