[fpc-pascal] FastCGI on Windows IIS
Michael Van Canneyt
michael at freepascal.org
Sun Apr 24 08:58:21 CEST 2016
On Sun, 24 Apr 2016, Marcos Douglas wrote:
> 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"
Why do you put fcgitest in the request ?
Michael.
More information about the fpc-pascal
mailing list