I’m running my Xojo web application on a CentOS 32Bit server using Apache with the CGI method and it seems to work fine for the most part but occasionally when a user tries to connect they get “Oops! Page cannot be found” or something similar. If they refresh it usually loads the second time. When this happens I see either one or both of the following errors in my Apache logs:
I’ve seen this before and I’ve never been able to pin down why it happens. However to resolve it I would SSH into the server and navigate to the folder holding the cgi. Then I would run “perl FILENAME.cgi” and basically you’ll see some HTML outputted. After that the app seems to work fine.
I never did. I ended up recompiling the program to run as a standalone app rather than a CGI app. It’s not ideal but it seems to run more stable this way.