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