1 (edited by Kofl 2018-10-02 07:42:33)

Topic: remi php-fpm with centos-scl

Hi,

we are using stock CentOS 7 httpd together with multiple remi php-fpm versions.

Unfortunatly it does not support h ttp/2 and so we would like to upgrade to apache 24 based on the centos-scl repository.

Should the remi php-fpm packages still work in that configuration?

Thanks
Thomas

Re: remi php-fpm with centos-scl

> Should the remi php-fpm packages still work in that configuration?

Yes, httpd and FPM use the standard FastCGI protocol.
So, the httpd version / provider doesn't matter

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: remi php-fpm with centos-scl

Awesome, thanks!