[fpc-pascal] FastCGI and FpWeb

Michael Van Canneyt michael at freepascal.org
Sat Jul 3 17:13:40 CEST 2010



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.

Michael.



More information about the fpc-pascal mailing list