Re: [PHP-DEV] new apache fastcgi implementation and php fastcgi patch

2006-11-26 Thread Mathieu CARBONNEAUX
[mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: internals@lists.php.net Sent: Sun, 26 Nov 2006 18:30:15 +0100 Subject: [EMAIL PROTECTED] Re: [PHP-DEV] new apache fastcgi implementation and php fastcgi patch On Sun, November 26, 2006 4:59 am, Mathieu CARBONNEAUX wrote: > they only exec

[PHP-DEV] Re: [EMAIL PROTECTED] RE: [PHP-DEV] new apache fastcgi implementation and php fastcgi patch

2006-11-26 Thread Mathieu CARBONNEAUX
t modify cgi implementation and are completly compatible with the old fastcgi implementation... Best Regards, Mathieu _ From: Andi Gutmans [mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED], internals@lists.php.net Sent: Sun, 26 Nov 2006 18:38:39 +0100 Subject: [EMAIL PROTECTED] RE: [PHP-DEV] ne

RE: [PHP-DEV] new apache fastcgi implementation and php fastcgi patch

2006-11-26 Thread Andi Gutmans
ice to contribute it to them. Andi > -Original Message- > From: Mathieu CARBONNEAUX [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 26, 2006 2:59 AM > To: internals@lists.php.net > Subject: [PHP-DEV] new apache fastcgi implementation and php > fastcgi patch >

Re: [PHP-DEV] new apache fastcgi implementation and php fastcgi patch

2006-11-26 Thread Richard Lynch
On Sun, November 26, 2006 4:59 am, Mathieu CARBONNEAUX wrote: > they only execute by the php interpreter file with a list of extension > (.php .php4 .php5...) Shouldn't it use the MimeType set by httpd.conf/.htaccess ??? E.g., Many users will ForceType a dynamic 'phpscript.png' to output a GD ima

[PHP-DEV] new apache fastcgi implementation and php fastcgi patch

2006-11-26 Thread Mathieu CARBONNEAUX
hi every body, i've developped a new implementation of fastcgi module for apache. i'have used the scheme handler of mod_proxy of apache like new mod_proxy_ajp in apache 2.2... the idea is to make possible proxyfy php application behind apache (for security et and performance...). to make possib