Hello there i'm having some problems running my scripts in my hosting,
first of all i would like to know if theres any way besides asking my hosting of checking if i'm using mod_python has a handler or cgi.
i've done a .htaccess with
AddHandler mod_python .py
PythonHandler mod_python.cgihandler
but i think its not using that handler.
is there like some code that i could put in my script that would return the handler used?
and the other problem is that i can run scripts in any folder but i can only get user input in the cgi-bin folder, why does that happen?
its the same script in both sides and they run but in cgi-bin i get the input in the other folders i don't.
i would aprecciate any help!! Thanks.