Hello,
Can anybody enlighten me on how to use FCGI from fcl-web package? Is it working
code at all?
From what I know FastCGI application should be running seperately from http
server and be connectable via sockets, whereas I cannot find any socket-related
calls like (fp)Bind or fp(Listen) in th
OK, thanks, got it working.
Please correct me, if I am wrong, but this approach makes developing and
debugging harder, because it is httpd which spawns the application, so to
effectively kill the app and replace it with new build I have to restart the
httpd (at least with lighttpd which I teste