cgi not responding properly

@Greg O’Lone , hi!

Any news?

Best regards,

Alex

So I’m looking at the url you posted (http://alemac.com.br/cgi-bin/test/test.cgi) using Internet explorer this morning and it’s behaving exactly the same way as it does on the Mac, albeit a lot slower.

I think the difference here is that the request timeout on Internet Explorer is just a lot higher than on the browser you are using on the Mac (I’m using Safari and it reaches timeout rather quickly by comparison)

Anyway, I think this points to the problem being more systemic than browser specific. I still think you need to set the port to Automatic and see if that helps.

Also, since this is a managed server, you could probably ask someone at your host to see if they have an app killer running. it may also be helpful to look at /var/log/messages and see if the app is crashing when a user accesses it.

The Gateway timeout is definitely coming from Apache. You should really look into whether your app is crashing.

Hello @Greg O’Lone !

Good morning.

Let me ask you something…

On xojo cloud server, the .htaccess have this two lines?

AddHandler cgi-script .cgi
Options +ExecCGI

Best regards,

Alex

[quote=378559:@Alexandre Cunha]Hello @Greg O’Lone !

Good morning.

Let me ask you something…

On xojo cloud server, the .htaccess have this two lines?

AddHandler cgi-script .cgi
Options +ExecCGI

Best regards,

Alex[/quote]
We do not use htaccess files on Xojo Cloud.

I think the problem was solved!

Please look the http://alemac.com.br/cgi-bin/test/test.cgi

I just added on .htaccess

AddHandler cgi-script .cgi
Options +ExecCGI

Alex

hummm…

not worked on this cgi…

https://msi.alemac.com.br/cgi-bin/msi/msi.cgi

Hello everybody!

I needed to change host name to: https://msidatastore.com.br/cgi-bin/msidatastore/msidatastore.cgi

Same server, just changed the host name.

The problem persists!

Any ideas?