I tried to configure python, but I always get Error 500. I have this in my .htaccess:
and index.py:
Permission is: 755
I have tried everythink what I have found on this forum (Searching for 'python' in 'Web Hosting Support'), but without result.
Can someone help me, please?
Note: my domain is: http://warrior.frihost.net
| Code: |
|
AddHandler mod_python .py PythonHandler mod_python.publisher PythonDebug On |
and index.py:
| Code: |
|
def index(req) return "Python support" |
Permission is: 755
I have tried everythink what I have found on this forum (Searching for 'python' in 'Web Hosting Support'), but without result.
Can someone help me, please?
Note: my domain is: http://warrior.frihost.net
