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?

my apache fcgi specific configuration:

ScriptAlias /fcgi-bin "D:/work/fcgi-bin"
<Directory "D:/work/fcgi-bin">
 SetHandler fcgid-script
 AllowOverride All
Options Indexes FollowSymLinks ExecCGI Order allow,deny Allow from all </Directory>


Luiz




_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to