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
Making the PHP SAPI extension know how to handle static files does not sound like the right solution to me. You should be able to redirect the PHP requests only to PHP's FastCGI (which already works today incl. remotely), and redirect the static content to a Web Server (thttpd or something alike).

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