On Tuesday 07 September 2004 14:29, Jkx@home wrote:
> On Tuesday 07 September 2004 14:15, Martin Maney wrote:
> > On Tue, Sep 07, 2004 at 11:22:48AM +0200, Jkx@home wrote:
> > > What sould i do if i want to have this error handler
> > > for each request ? In fact i'm in developppement
> > > stage right now. And reading traceback in apache
> > > log is painfull.
> >
> > Ouch! Yes, that's not the easiest way to work. Add this to your
> > config file and get that traceback right there in your browser:
> >
> > DISPLAY_EXCEPTIONS = "plain"
> > SECURE_ERRORS = 0
>
> Ok, this is ok. I use it with medusa right now. But i'm wondering
> how to setup the config file with apache + mod_python
>
> Bye bye.
Ansering to myself... and finish to have it work by using this
in my virtual host setting..
PythonOption quixote-config-file "/var/www/quix/demo.conf"