On 2009-12-8 23:20, Graham Dumpleton wrote: > Paste server does special stuff to initialise the environment for > logging. Arguably it shouldn't do this and any such initialisation > should be a side effect of getting the root WSGI application object. > > What it means is that you have to perform the same initialisation > somehow when using mod_python. > > For discussion of how to do that for mod_wsgi see: > > http://groups.google.com/group/pylons-discuss/browse_thread/thread/9b9add4529b3779c > > You will have to work out how to do the same for mod_python.
The collective.recipe.modwsgi recipe for buildout does that for you. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. -- 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.
