capricot I have asp script which read from the several xls files and update database. There are 33 xls files all together which takes approximately 5 minutes if i run it from my office and works fine. Now i'm trying to use this Abyss to run it in my laptop. It is ok if i put 4 xls files but it crash if i put all the files (500 Error Message). I'm suspicious it something to do with script timeout but i have included Server.ScriptTimeout = 900000 on the script and also changed the configuration ScriptTimeOut in console to 900000. It still crash and give the same error. Anyone have any idea ??
aprelium capricot, Have you increased the CGI Execution Timeout value? (see http://www.aprelium.com/data/doc/2/abyssws-win-doc-html/hosts-configuration.html#HOSTS-SCRIPTING - CGI Parameters). That's the only timeout that is controlled by Abyss Web Server. The interpreter you are using may have also its own timeout (as you explained above). Error 500 can also mean that the interpreter failed and sent nothing back to the server. We recommend turning debugging on in ActiveHTML and checking its trace file for more information about what is going on during the execution of your script.
StodoBult This may happen if you set your MailServer=127.0.0.1 in an email script and Sitephoria is not handling mail for your domain. You should set the MailServer = localhost.
Gleedaniel13 This may happen if you set your MailServer=127.0.0.1 in an email script and Sitephoria is not handling mail for your domain. You should set the MailServer = localhost. I think that is the best thing to do to make your server run correctly.
unknown I had the same problem and solved it by activating the CGI execution timeout value. Even if the post is old I write it in case it can be of help to someone who reads.