Re: Getting debug with apache and mod_python

2007-07-17 Thread Chris Hoeppner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alessandro Ronchi escribió: > > > On 13 Lug, 15:24, "Alessandro Ronchi" <[EMAIL PROTECTED]> > wrote: >> With apache and mod_python, and this configuration: > > I've changed my configuration as follows. I get an 500 error but > nothing goes to apach

Re: Getting debug with apache and mod_python

2007-07-17 Thread Alessandro Ronchi
On 13 Lug, 15:24, "Alessandro Ronchi" <[EMAIL PROTECTED]> wrote: > With apache and mod_python, and this configuration: I've changed my configuration as follows. I get an 500 error but nothing goes to apache error.log, and I don't know what's the problem. How can I solve that? ServerN

Getting debug with apache and mod_python

2007-07-13 Thread Alessandro Ronchi
With apache and mod_python, and this configuration: SetHandler python-program PythonHandler django.core.handlers.modpython PythonPath "['/home/django/django_projects/'] + sys.path" SetEnv DJANGO_SETTINGS_MODULE legacoopfc.settings_corrierecooperativo PythonDebug On I cannot see 500 errors tra