I had heard that mod_python was installed but when I try and add the handler to the .htaccess file it gives an 500 Internal Server Error. I'm also wondering where I can find the error log.
.htaccess file additions:
AddHandler mod_python .py
PythonHandler test.py
PythonDebug On
PS: I'm quite...