Michael Van Canneyt via Lazarus
2018-06-04 05:54:45 UTC
I've just clicked in New>CGI Application to create a new project and the
Run(F9) button is disabled.
However, If I choose FastCGI instead, the button stay enabled.
Is this a bug or a kind of restriction?
You cannot run a CGI program in the IDE. It expects a server environment.Run(F9) button is disabled.
However, If I choose FastCGI instead, the button stay enabled.
Is this a bug or a kind of restriction?
If you attempt to run it in the IDE, you'll get an error 'no REQUEST_METHOD
passed from server' or something like it.
Michael.
--