Topic: PHP 5.6 on CentOS 6.7 w/o httpd

Hi,

I have centos 6.7 with apache 2.4.16 installed from source. When I try to install php56 from remi-php56 repo it ask to install apache 2.2.15 from the original centos repo as a dependency which is obviously not that I want cause I need 2.4 and I already have it installed. Could you please tell me if there any way I can have both apache 2.4 and php56 from your repo installed? BTW, I didn't found apache 2.4 in your repo that's why I decided to compile it manually.

Thanks,
Eugene

Re: PHP 5.6 on CentOS 6.7 w/o httpd

The issue is only for "php" which provides mod_php.

With Apache 2.4, just don't use it, and use php-fpm instead.

Remi.

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: PHP 5.6 on CentOS 6.7 w/o httpd

Some information how to setup this
Apache-httpd-server-2.4.10-and-PHP-FPM-5.6-in-Fedora-21
PHP-FPM-and-HTTPD-2.4-improvement

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

4 (edited by ladjack 2015-08-13 18:37:04)

Re: PHP 5.6 on CentOS 6.7 w/o httpd

Thank you, Remi. That did the trick. Now php-fpm 5.6 installed along with httpd 2.4. Next will proceed with having them work together)