> > 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. -- http://mail.python.org/mailman/listinfo/python-list
