[fpc-devel] FCGI example?
ABorka
fpc-devel at aborka.com
Mon Oct 12 08:07:29 CEST 2009
I am trying to make a working example for FCGI with Apache 2.2 on
Windows but does not seem to be successful.
Created a simple FCGI program with 1 action replying with a "hello
world" as a response to the http request.
However, could not find any examples as how to set up the Apache
httpd.conf to make it work.
LoadModule fastcgi_module "/the path to dll/mod_fastcgi-2.4.6-AP22.dll"
was added successfully.
Tried
FastCgiExternalServer /cgi-bin/fcgiproject1.exe -host localhost:2014
-idle-timeout 3
and
FastCgiServer /bobo/fpc/fcgi-try/fcgiproject1.exe -processes 2
were all tried, but could not figure out how to actually call the fcgi
module or what else would be missing from the httpd.conf or what could
be the port number for the external server kind of setup.
Anyone was able to make fcgi actually work and return some html results?
Any working example would be greatly appreciated.
More information about the fpc-devel
mailing list