@@ -35,7 +35,7 @@ thoroughly.
3535* [ Icinga 2] ( https://icinga.com/docs/icinga-2 ) and [ Icinga DB] ( https://icinga.com/docs/icinga-db ) to
3636 monitor your infrastructure
3737* A web server, e.g. Apache or Nginx
38- * PHP version ≥ 7 .2
38+ * PHP version ≥ 8 .2
3939* MariaDB
4040
4141### Optional Requirements
@@ -289,7 +289,7 @@ yum install icingaweb2 icingacli
289289## Install the Web Server <a id =" install-the-web-server " ></a >
290290
291291Ensure that you have a web server with PHP installed before proceeding,
292- such as Apache or Nginx with PHP version ≥ 7 .2. Depending on your operating system,
292+ such as Apache or Nginx with PHP version ≥ 8 .2. Depending on your operating system,
293293you may need to install and configure the web server separately.
294294An Apache configuration file to serve Icinga Web is already installed.
295295If you want to use Nginx, you must manually create a configuration file using the following command.
@@ -398,7 +398,7 @@ You will need to install certain dependencies depending on your setup:
398398* [ Icinga 2] ( https://github.com/Icinga/icinga2 ) and [ Icinga DB] ( https://github.com/Icinga/icingadb ) to
399399 monitor your infrastructure
400400* A web server, e.g. Apache or Nginx
401- * PHP version ≥ 7 .2
401+ * PHP version ≥ 8 .2
402402* [ Icinga PHP Library (ipl)] ( https://github.com/Icinga/icinga-php-library ) (≥ 0.14.2)
403403* [ Icinga PHP Thirdparty] ( https://github.com/Icinga/icinga-php-thirdparty ) (≥ 0.12)
404404* The following PHP modules must be installed: cURL, json, gettext, fileinfo, intl, dom, OpenSSL and xml
0 commit comments