@@ -129,8 +129,8 @@ LoadModule version_module modules/mod_version.so | |||
# It is usually good practice to create a dedicated user and group for | |||
# running httpd, as with most system services. | |||
# | |||
User apache | |||
Group apache | |||
User {{ apache.user }} | |||
Group {{ apache.group }} | |||
# 'Main' server configuration | |||
# |
@@ -95,8 +95,8 @@ Include conf.modules.d/*.conf | |||
# It is usually good practice to create a dedicated user and group for | |||
# running httpd, as with most system services. | |||
# | |||
User apache | |||
Group apache | |||
User {{ apache.user }} | |||
Group {{ apache.group }} | |||
# 'Main' server configuration | |||
# |