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

Lars Veldscholte lars at tuxplace.nl
Sat Jul 12 20:46:45 UTC 2014


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20140712/dd6c8d16/attachment.sig>


More information about the pkg-php-maint mailing list