From f87d7ca438915e6a536115ed56427b18c031599d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=B6rner?= Date: Fri, 12 Oct 2018 23:54:14 +0200 Subject: [PATCH] Fix default vhost priority in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 684aa0d342..d8c013f63a 100755 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ apache::vhost { 'vhost.example.com': See the [`apache::vhost`][] defined type's reference for a list of all virtual host parameters. -> **Note**: Apache processes virtual hosts in alphabetical order, and server administrators can prioritize Apache's virtual host processing by prefixing a virtual host's configuration file name with a number. The [`apache::vhost`][] defined type applies a default [`priority`][] of 15, which Puppet interprets by prefixing the virtual host's file name with `15-`. This all means that if multiple sites have the same priority, or if you disable priority numbers by setting the `priority` parameter's value to false, Apache still processes virtual hosts in alphabetical order. +> **Note**: Apache processes virtual hosts in alphabetical order, and server administrators can prioritize Apache's virtual host processing by prefixing a virtual host's configuration file name with a number. The [`apache::vhost`][] defined type applies a default [`priority`][] of 25, which Puppet interprets by prefixing the virtual host's file name with `25-`. This all means that if multiple sites have the same priority, or if you disable priority numbers by setting the `priority` parameter's value to false, Apache still processes virtual hosts in alphabetical order. To configure user and group ownership for `docroot`, use the [`docroot_owner`][] and [`docroot_group`][] parameters: