diff --git a/install/unix/dnf.xml b/install/unix/dnf.xml
index 3f128426542e..0dd94e30f736 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.ini,
+ /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 +114,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
+