Hi All, I'm trying a gsoap'example--webserver. I want to deploy a server with this example and add the function of CGI with FastCGI. But I found out that FCGI_Accept() which should be essential function in the CGI module was in the soap_serve(struct soap *soap) of gsoap module now when -DWITH_FASTCGI and -lfcgi. I think it is a mode of API invoked, not CGI mode in which data is transmitted with specified way. Is there anything I didn't consider? How can I complete a server with gsoap which works like Apatch or IIS and has a directory of CGI to run CGI or FCGI programmes? I just want gsoap to be a server and FastCGI to be a CGI progamme.
Thanks in advance. Omar