$remote_addr = false,
$http_port = '80',
$https_port = '443',
+ $default_user = 'www-data',
+ $default_group = 'www-data',
) {
include ssl
MaxRequestsPerChild 0
</IfModule>
-User www-data
-Group www-data
+User <%= default_user %>
+Group <%= default_group %>
#
# AccessFileName: The name of the file to look for in each directory
MaxRequestsPerChild 0
</IfModule>
-User www-data
-Group www-data
+User <%= default_user %>
+Group <%= default_group %>
#
# AccessFileName: The name of the file to look for in each directory