[php-maint] Bug#754384: php5-fpm: Apache2 + php5-fpm using fastcgi breaks after upgrading to 5.6.0~rc2+dfsg-1

David Zuelke dz at heroku.com
Sat Aug 9 06:37:38 UTC 2014


New PR for PHP to fix the breakage: https://github.com/php/php-src/pull/765

On 12 Jul 2014, at 22:46, Lars Veldscholte <lars at tuxplace.nl> wrote:

> OK, so mod_fastcgi is deprecated.
> 
> If I switch to mod_proxy_fcgi with mod_proxy_handler like this:
> 
> <FilesMatch \.php$>
>    SetHandler "proxy:fcgi://127.0.0.1:9000/"
> </FilesMatch>
> 
> I won't have the problems I encountered when I used mod_proxy_fcgi with
> mod_proxy, right? (Like this:)
> 
> ProxyPassMatch ^/(.*\.php(/.*)?)$
> fcgi://127.0.0.1:9000/path/to/your/documentroot/$1
> 
> If so, I guess I'm gonna try that.
> 



More information about the pkg-php-maint mailing list