diff --git a/doc/installation.md b/doc/installation.md index 57abe0dd2..27a05ce10 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -16,6 +16,21 @@ thoroughly. * Icinga 1.x w/ Livestatus or IDO; Icinga 2.x w/ Livestatus or IDO feature enabled * MySQL or PostgreSQL PHP libraries when using IDO +### PageSpeed Module Incompatibility + +It seems that Web 2 is not compatible with the PageSpeed module. Please disable the PageSpeed module using one of the +following methods. + +**Apache**: +```` +ModPagespeedDisallow "*/icingaweb2/*" +```` + +**Nginx**: +```` +pagespeed Disallow "*/icingaweb2/*"; +```` + ## Installing Icinga Web 2 from Package Below is a list of official package repositories for installing Icinga Web 2 for various operating systems.