doc: Mention PageSpeed module incompatibility

refs #10102
This commit is contained in:
Eric Lippmann 2016-02-16 00:25:35 +01:00
parent c78a7912e7
commit cdf9b50910
1 changed files with 15 additions and 0 deletions

View File

@ -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
### <a id="pagespeed-incompatibility"></a> 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/*";
````
## <a id="installing-from-package"></a> Installing Icinga Web 2 from Package
Below is a list of official package repositories for installing Icinga Web 2 for various operating systems.