Hello, I have a free hosting account on x10hosting and I'd like to know if it's possible to run a FCGI script. I'm trying to run a test script but I get a 500 error.
I'm using this fcgi wrapper: http://svn.saddi.com/py-lib/trunk/fcgi.py
And this is the script:
#!/usr/bin/env python
from fcgi...