[fpc-pascal] FastCGI on Windows IIS

Marcos Douglas md at delfire.net
Sun Apr 24 14:26:40 CEST 2016


On Sun, Apr 24, 2016 at 3:58 AM, Michael Van Canneyt
<michael at freepascal.org> wrote:
>> Browser:
>> http://localhost:2015/fcgitest/pdf/act1
>>
>> Error:
>>
>> The application encountered the following error:
>> Error: Could not determine HTTP module for request "fcgitest.exe"
>
>
> Why do you put fcgitest in the request ?

Sorry, I didn't understand what you mean. I need to put the executable
name in the URL, like "mycgi.cgi" in these examples:
http://wiki.freepascal.org/fcl-web

...and there is a typo (missing ".exe"). The 'correct' is:
http://localhost:2015/fcgitest.exe/pdf/act1

...but it does not solve the problem. :(

Regards,
Marcos Douglas



More information about the fpc-pascal mailing list