On Wed, May 9, 2012 at 9:41 AM, Henrik Strand <henrik.strand@xxxxxxxx> wrote: > Hi, > > I want to use mod_fcgid (http://httpd.apache.org/mod_fcgid/) with a > daemon implemented in C. Is there a lib available like the one from the > FastCGI project (http://www.fastcgi.com/) to use for a fcgi_accept() > function? Or do I have to implement one myself? Use any FastCGI protocol library for your application. It does not need to be specific to the web server implementation (httpd+mod_fastcgi, httpd+mod_fcgid, nginx, etc.). > > Thanks in advance. > > Kind Regards, > Henrik > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > -- Born in Roswell... married an alien... http://emptyhammock.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx