Veridis
New Member
- Messages
- 16
- Reaction score
- 0
- Points
- 0
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 new to mod_python and web programming in general.
.htaccess file additions:
AddHandler mod_python .py
PythonHandler test.py
PythonDebug On
PS: I'm quite new to mod_python and web programming in general.