setting up mod_python handlers on a server?

John Salerno johnjsal at NOSPAMgmail.com
Tue Apr 11 13:53:03 EDT 2006


Daniel Nogradi wrote:
>>> and I think what you want is:
>>>
>>> AddHandler mod_python .psp
>>> PythonHandler mod_python.psp
>> This is what I have in my htaccess file (along with debugging). But
>> there is also an option in the control panel to set new handlers and
>> extensions on the server, but I'm not sure what to call them, so I've
>> been trying several combinations, like:
>>
>> mod_python  .psp  #this wasn't there yesterday, but is now
>> PythonHandler .psp
>> mod_python.psp   .psp
>>
>> You get the idea. I'm not sure if I'm even on the right track by trying
>> to add new handlers though.
> 
> Chances are that you will get much more help on the mod_python mailing
> list which is at http://modpython.org/ and please send all your apache
> directives referring to mod_python that way it should be easier to see
> where the problem is.
Thanks, I will try that.



More information about the Python-list mailing list