Topic: Unbable to install PHP 7.0 on CentOS 6.7

It's compiled against old httpd 2.2:

Resolving Dependencies
--> Running transaction check
---> Package php.x86_64 0:7.0.6-3.el6.remi will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: php-7.0.6-3.el6.remi.x86_64
--> Running transaction check
---> Package httpd.x86_64 0:2.2.31-1.mr.el6 will be installed
--> Processing Dependency: httpd-tools = 2.2.31-1.mr.el6 for package: httpd-2.2.31-1.mr.el6.x86_64
--> Running transaction check
---> Package httpd-tools.x86_64 0:2.2.31-1.mr.el6 will be installed
--> Processing Conflict: httpd24u-2.4.20-1.ius.el6.x86_64 conflicts httpd < 2.4.20
--> Processing Conflict: httpd24u-tools-2.4.20-1.ius.el6.x86_64 conflicts httpd-tools < 2.4.20
--> Finished Dependency Resolution
Error: httpd24u-tools conflicts with httpd-tools-2.2.31-1.mr.el6.x86_64
Error: httpd24u conflicts with httpd-2.2.31-1.mr.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Re: Unbable to install PHP 7.0 on CentOS 6.7

Yes PHP packages are designed to work with Apache 2.2 from base system.

If you use any other Apache version, you cannot use mod_php, but should use php-fpm instead.

See my blog for various article about using SetHandler to proxy option.

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