15 messages in com.googlegroups.pylons-discussRe: mod_wsgi and pylons, Logging
FromSent OnAttachments
PyDevler14 Nov 2007 17:20 
Graham Dumpleton14 Nov 2007 18:20 
PyDevler15 Nov 2007 18:51 
PyDevler15 Nov 2007 18:56 
Graham Dumpleton15 Nov 2007 20:06 
PyDevler16 Nov 2007 16:50 
PyDevler16 Nov 2007 20:32 
Graham Dumpleton17 Nov 2007 20:44 
PyDevler24 Nov 2007 19:23 
prog...@public.gmane.org19 Dec 2007 15:30 
Graham Dumpleton19 Dec 2007 18:27 
Jeff Lindsay19 Dec 2007 19:29 
Graham Dumpleton19 Dec 2007 21:46 
Jeff Lindsay19 Dec 2007 22:41 
Graham Dumpleton20 Dec 2007 02:28 
Subject:Re: mod_wsgi and pylons, Logging
From:PyDevler (hnas@public.gmane.org)
Date:11/16/2007 04:50:57 PM
List:com.googlegroups.pylons-discuss

What does the WSGI script file for mod_wsgi that you are using contain?

It contains the one line that was documented.

[code] import os, site; site.addsitedir(eggs_dir) from paste.deploy import loadapp

application = loadapp('config:Path.../production.ini' ) [/code]