From 48bee8d8fd1eba3eb87d6b87db1a551eed9b8255 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sun, 27 Sep 2015 17:12:24 +0200 Subject: [PATCH] Doc: Restart the webserver after changing group membership refs #7153 fixes #9484 --- doc/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index a18b654e6..eb67d1ec2 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -207,23 +207,28 @@ groupadd -r icingaweb2 addgroup --system icingaweb2 ```` -Add your web server's user to the system group `icingaweb2`: +Add your web server's user to the system group `icingaweb2` +and restart the web server: **Fedora, RHEL and CentOS**: ```` usermod -a -G icingaweb2 apache +service httpd restart ```` **SLES and OpenSUSE**: ```` usermod -A icingaweb2 wwwrun +service apache2 restart ```` **Debian and Ubuntu**: ```` usermod -a -G icingaweb2 www-data +service apache2 restart ```` + Use `icingacli` to create the configuration directory which defaults to **/etc/icingaweb2**: ```` ./bin/icingacli setup config directory