[fpc-pascal] FastCGI and FpWeb

Luiz Americo Pereira Camara luizmed at oi.com.br
Sat Jul 3 20:03:51 CEST 2010


Michael Van Canneyt escreveu:
>
>
> On Sat, 3 Jul 2010, Luiz Americo Pereira Camara wrote:
>
>> I've created some CGI applications with fpWeb with success.
>>
>> I tried to create a FastCGI application (a simple hello world) but 
>> when a request is done the program start, Application.Initialize and 
>> Application.Run is called. TCustomWebApplication.HandleRequest (I've 
>> monitored OnGetModule) is not called. WebModule is not created.
>> The application consumes all cpu.
>>
>> Using fpc 2.4.0, windows xp, apache 2.2.15, mod_fcgid 2.3.5
>>
>> Any hints on what going wrong?
>>
>> It was there any fix in fastcgi/fpweb after 2.4.0?
>
> Many, but they are all in trunk, I don't know if any fixes have been 
> merged.
>
> Maybe you can try to copy the fastcgi units over from trunk, and use 
> those
> to compile your application.

Compiled fastcgi plus fclweb from trunk. Unfortunately it also does not 
worked (Attached patch to compile with fpc240).

Does anybody has experience using fpWeb with FastCGI?

Luiz

>
> Michael.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fclweb24.diff
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100703/b80090a4/attachment.ksh>


More information about the fpc-pascal mailing list