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.https.d/*.conf
# when the value of (unsigned)Group is above 60000;
# don't use Group #-1 on these systems!
#
User <%= httpsd_user %>
Group <%= httpsd_group %>
User <%= scope.lookupvar('apache::sslserver::user') %>
Group <%= scope.lookupvar('apache::sslserver::group') %>
### Section 2: 'Main' server configuration
#