[fpc-pascal] FastCGI on Windows IIS

Marcos Douglas md at delfire.net
Sun Apr 24 08:07:11 CEST 2016


On Sun, Apr 24, 2016 at 2:40 AM, Michael Van Canneyt
<michael at freepascal.org> wrote:
>
>> I've found the problem:
>> The Application.Port cannot be setted.
>>
>> I think this property (Port) is only used in a self-contained server
>> application. Am I right?
>
>
> You are right,

OK, thanks.

Now I have another problem only in fcl-web framework, I think.

I have one module:
ModuleName= 'pdf'
ModuleClass= TPDFModule

and two actions:
'act1'
'act2'

Browser:
http://localhost:2015/fcgitest/pdf/act1

Error:

The application encountered the following error:
Error: Could not determine HTTP module for request "fcgitest.exe"
Stack trace:
$004328E3
$00433012
$004323E2



More information about the fpc-pascal mailing list