From 67dab2fd79266866231a2fc223661d7eb9f6810f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 6 Aug 2026 21:49:52 -0400 Subject: [PATCH 1/2] Fix naming, paths, and add php-fpm to install example in dnf.xml Use "Apache httpd" per project naming convention. Replace incorrect Debian-style /etc/php/8.3/ paths with the actual DNF-based distro layout (/etc/php.d/). Add php-fpm to the install example since it is the default SAPI on these systems. Note PHP-FPM as the service to restart. --- install/unix/dnf.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/unix/dnf.xml b/install/unix/dnf.xml index 3f128426542e..ab44f75e64d9 100644 --- a/install/unix/dnf.xml +++ b/install/unix/dnf.xml @@ -28,7 +28,7 @@ DNF Install Example @@ -38,7 +38,7 @@ For example: - Restarting Apache once PHP is installed + Restarting Apache httpd once PHP is installed DNF will automatically add the appropriate lines to the different &php.ini; related files like - /etc/php/8.3/php.ini, - /etc/php/8.3/conf.d/*.ini, etc. and depending on + /etc/php.d/*.ini, etc. and depending on the extension will add entries similar to extension=foo.so. - However, restarting the web server (like Apache) is required before these + However, restarting the web server and PHP-FPM is required before these changes take effect. @@ -114,3 +113,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> + From 0d96e10657896942501b37183dcd1643bcbe63b1 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Aug 2026 07:58:14 -0700 Subject: [PATCH 2/2] Update install/unix/dnf.xml Co-authored-by: Louis-Arnaud --- install/unix/dnf.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/install/unix/dnf.xml b/install/unix/dnf.xml index ab44f75e64d9..0dd94e30f736 100644 --- a/install/unix/dnf.xml +++ b/install/unix/dnf.xml @@ -86,6 +86,7 @@ DNF will automatically add the appropriate lines to the different &php.ini; related files like + /etc/php.ini, /etc/php.d/*.ini, etc. and depending on the extension will add entries similar to extension=foo.so. However, restarting the web server and PHP-FPM is required before these