We have an account on one of our systems which has cgi access but when any script is run it seems to hang in the browser. anybody know how to fix this?
We have an account on one of our systems which has cgi access but when any script is run it seems to hang in the browser. anybody know how to fix this?
What error do you get? Check your log files to find out what the error is. Make sure the CGI is uploaded as ASCII, that the path to Perl is correct in the first line of it. Try testing the script for errors from shell (perl -c -w script.cgi), etc..
Everything seemed to be fine with the script I can run it from other accuonts and there is no problem at all. Nothing shows up in the log file about the script from what I can see when it is loaded from the account. I had a look at the processes and it showed the script running and using hardly any resources. but continued to do so while I had the browser window open.
Thanks for you help
I had an issue the other day where every cgi in an account give a 500, regardless of how well it worked in other accounts.
I erased the account and re-created it - works fine now!
Andy