Understanding the PHP Module During Apache Version Upgrade

Asked 2 years ago, Updated 2 years ago, 77 views

■Environment
RedHat Enterprise Linux 6.4
php7.3.4
Apache HTTP Server 2.4.33 → 2.4.41

■ Questions
You are about to upgrade the Apache HTTP Server version.
After upgrading Apache, I am thinking of porting a PHP module that I had previously backed up.
Do I need to reconfigure the PHP module as well?

cp-p/opt/httpd_bak_`date'+%Y%m%d'`/modules/libphp7.so/opt/httpd/modules/.

php apache rhel

2022-09-29 22:20

1 Answers

Both are probably installed in a different way from RHEL's standard package, so
You must verify that httpd.conf loads the PHP module.

Note:
PHP: Apache 2.x for Unix systems - Manual


2022-09-29 22:20

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.