On Nov 27, 8:21 pm, Gabriel Rossetti <[email protected]> wrote: > Hello everyone, > > this is a bit off-topic, in my apache2 httpd.conf, I see some poeple use > "SetHandler mod_python" and others (as mentioned in the docs) use > "SetHandler python-program", what is the difference?
Nothing. They both achieve the same thing. >From memory earlier versions of mod_python had only 'python-program'. Later version at some point also introduced ability to use 'mod_python'. I don't know the reasoning for that though. Graham -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

