Merge pull request #1077 from laf/issue-laf-68

Updated www-data to apache user
This commit is contained in:
Neil Lathwood
2015-05-19 18:00:26 +01:00

View File

@ -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) ###