Updated www-data to apache user

This commit is contained in:
laf
2015-05-19 18:00:46 +01:00
parent 78757d335b
commit 8a318b0643
@@ -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) ###