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