Hi,
I have recently joined x10hosting and find it so impressive. I just wanted to say "Thank you" to the people who are providing this service and the forum members who are prompt with support. Appreciate all your help and thanks again.
-bpathak
LladyAnna - Are you sure croj jobs are enabled for free hosting? I tried your suggestion and few other threads but the job does not seem to run. I should get an email with the output but that is not happening. Also I tried to write a file on the server through script to check if the cron jobs...
The problem is resolved. I think I just enabled the simple CGI wrap option in CGIcenter in Cpanel.
I hope this was the solution but again you never know. Anyway I am on my way now.
Thanks everyone for your efforts and support.
Mission - The scripts are kept in CGI-BIN directory and SCGI-BIN is empty. Still when I execute I get the error message.
Note - Now the error message has changed to -
"scgiwrap: Cannot stat cgi script/binary. Does it exist?"
I do not know how. I am stuck with this problem and have not changed...
Thanks adamparkzer
Yes the permissions on cgi-bin as well as the script are 755
The script is at below url -
http://bpathak.x10hosting.com/scgi-bin/first.cgi
Appreciate your help!
Edit:
Just noticed that this is not related to python. I tried a simple perl script and get the same error. This...
Hi,
I am trying to run a simple python script, but I keep getting error - "scgiwrap: Caller must be the nobody user"
I have tried all suggestions provided like !shebang,htaccess etc but nothing has worked so far.
#!/usr/bin/python
#!/usr/bin/env python
print "Content-type: text/html"
print...