setting up mod_python handlers on a server?

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


Gerard Flanagan 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.



More information about the Python-list mailing list