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 <l...@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.
> 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to