On Fri, Oct 24, 2008 at 11:51 AM, tsmets <[EMAIL PROTECTED]> wrote:

>
> I installed mod_python & apache2.
> mod_python is OK
> http://ubuntuforums.org/showthread.php?t=91101
>
> I then a adapted the http.conf to
> [EMAIL PROTECTED]:/etc/apache2$ cat httpd.conf
> <Location "/utils">
>    SetHandler python-program
>    PythonHandler django.core.handler.modpython


This is wrong.  It's supposed to be:

       PythonHandler django.core.handlers.modpython

(You're missing the s in 'handlers'.)

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to