Browse Source

fix(redhat): add user & group lookup to configs

tags/v0.39.2
Chris Horne 5 years ago
parent
commit
36ad2b2442
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      apache/files/RedHat/apache-2.2.config.jinja
  2. +2
    -2
      apache/files/RedHat/apache-2.4.config.jinja

+ 2
- 2
apache/files/RedHat/apache-2.2.config.jinja View File

# It is usually good practice to create a dedicated user and group for # It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services. # running httpd, as with most system services.
# #
User apache
Group apache
User {{ apache.user }}
Group {{ apache.group }}


# 'Main' server configuration # 'Main' server configuration
# #

+ 2
- 2
apache/files/RedHat/apache-2.4.config.jinja View File

# It is usually good practice to create a dedicated user and group for # It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services. # running httpd, as with most system services.
# #
User apache
Group apache
User {{ apache.user }}
Group {{ apache.group }}


# 'Main' server configuration # 'Main' server configuration
# #

Loading…
Cancel
Save