diff --git a/install/unix/debian.xml b/install/unix/debian.xml
index 07834774346f..587e46297940 100644
--- a/install/unix/debian.xml
+++ b/install/unix/debian.xml
@@ -18,7 +18,7 @@
Using APT
First, note that other related packages may be desired like
- libapache-mod-php to integrate with Apache 2, and
+ libapache2-mod-php to integrate with Apache httpd 2, and
php-pear for PEAR.
@@ -27,7 +27,7 @@
apt update.
- Debian Install Example with Apache 2
+ Debian Install Example with Apache httpd 2
- APT will automatically install the PHP module for Apache 2 and all of its
- dependencies, and then activate it. Apache should be restarted in order for
- the changes take place. For example:
+APT will automatically install the PHP module for Apache httpd 2 and all of its
+dependencies, and then activate it. Apache httpd should be restarted in order for
+ the changes to take place. For example:
- Stopping and starting Apache once PHP is installed
+ Restarting Apache httpd once PHP is installed
@@ -88,10 +87,11 @@
APT will automatically add the appropriate lines to the
different &php.ini; related files like
- /etc/php/7.4/php.ini,
- /etc/php/7.4/conf.d/*.ini, etc. and depending on
+ /etc/php/8.x/apache2/php.ini,
+ /etc/php/8.x/cli/php.ini,
+ /etc/php/8.x/mods-available/*.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 is required before these
changes take effect.
@@ -137,3 +137,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
+