Parcourir la source

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

tags/v0.39.2
Chris Horne il y a 5 ans
Parent
révision
36ad2b2442
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  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 Voir le fichier

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

+ 2
- 2
apache/files/RedHat/apache-2.4.config.jinja Voir le fichier

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

Chargement…
Annuler
Enregistrer