I use mod_python with Apache and it works Django ok, until there is an
error in my Django code. Then I get
HTTP 500 - Internal server error
without any details.
Is it possible to get some debug info that could help me find the
reason of HTTP 500 - Internal server error ?

In my  httpd.conf  I have

<Location "/Django/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE shopproject.settings.main
    PythonPath "['C:/Program Files/Apache
Group/Apache2/htdocs/Django/shopproject'] + sys.path"
    PythonDebug On
</Location>

Thank you for help
Lad.

Reply via email to