AddOutputFilterByType in Directory aufgeben

2012-05-09 Thread Reindl Harald
http://httpd.apache.org/docs/2.0/mod/core.html#addoutputfilterbytype Hi, ich klicke mich schon die ganze Zeit durch die hlabe httpd Doku und finde keine Möglichkeit AddOutputFilterByType in einer Directory-Direktive aufzuheben RemoveOutputFilter php interessiert ihn laut Header nicht Nach wie

[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

[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; !--#if expr=$DOCUMENT_URI == /^\/([a-zA-Z0-9\-_]*)\..*$/ -- !--#set var=PAGEID value=$1 -- !--#endif -- This doesn't work in 2.4 unless I enable SSILegacyExprParser which I can do but I'd like to figure out