[users@httpd] Problem upgrading If/Set from 2.2 to 2.4

2012-05-09 Thread Robert Schmid
I am upgrading from Apache 2.2 to 2.4. In one of my pages I had the following; This doesn't work in 2.4 unless I enable SSILegacyExprParser which I can do but I'd like to figure out how to upgrade the pages. I've gotten as far as; This is where I'm stuck. It appears t

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 o

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 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 ha

[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, He