Migrated $httpd_user, $httpd_group, $httpsd_user and $httpsd_group variables to use format $apache::server::{user,group} and $apache::sslserver::{user,group}.

This commit is contained in:
Timo Mkinen 2011-02-25 11:46:57 +02:00
parent 61b1501079
commit e3b6cca7a4
5 changed files with 38 additions and 20 deletions

View file

@ -230,8 +230,8 @@ Include conf.http.d/*.conf
# when the value of (unsigned)Group is above 60000;
# don't use Group #-1 on these systems!
#
User <%= httpd_user %>
Group <%= httpd_group %>
User <%= scope.lookupvar('apache::server::user') %>
Group <%= scope.lookupvar('apache::server::group') %>
### Section 2: 'Main' server configuration
#