[users@httpd] mod_fcgid + daemon implemented in C

2012-05-09 Thread Henrik Strand
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? Thanks in advance. Kind Regards,

Re: [users@httpd] mod_fcgid + daemon implemented in C

2012-05-09 Thread Jeff Trawick
On Wed, May 9, 2012 at 9:41 AM, Henrik Strand henrik.str...@axis.com 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()

Re: [users@httpd] mod_fcgid + daemon implemented in C

2012-05-09 Thread William A. Rowe Jr.
On 5/9/2012 8:41 AM, Henrik Strand wrote: 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