From 8a318b0643618bb0f15790fcdb3c0d56860dcb7b Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 19 May 2015 18:00:46 +0100 Subject: [PATCH] Updated www-data to apache user --- doc/Installation/Installation-(RHEL-CentOS).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index c42749ed3..a1aafc2b8 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -54,7 +54,7 @@ Note if not using HTTPd (Apache): RHEL requires `httpd` to be installed regardle ### Adding the librenms-user ### useradd librenms -d /opt/librenms -M -r - usermod -a -G librenms www-data + usermod -a -G librenms apache ### Using HTTPd (Apache2) ###