From 350a3db7bf7740f23739477e75fd016092b0dc53 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 29 Nov 2017 14:32:30 +0100 Subject: [PATCH] FPM Doc: Distinct instructions for Apache versions --- doc/02-Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 1c9aeb7fe..4b971ded4 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -282,7 +282,8 @@ updated the config file for icingaweb2 with defaults for FPM. Check `/etc/httpd/conf.d/icingaweb2.conf` or `/etc/apache2/conf.d/icingaweb2.conf`. And `*.rpm*` `*.dpkg*` files there with updates. -Make sure that the `FilesMatch` part is included for Apache. +Make sure that the `FilesMatch` part is included for Apache >= 2.4. For Apache < 2.4 you have to include the +`LocationMatch` block. Also see the example from icingacli: ```