@@ -6582,9 +6582,9 @@ Default value: ``false``
65826582Data type: ` Any `
65836583
65846584Sets the filename of the ` *_access.log ` placed in ` logroot ` . Given a virtual host ---for
6585- instance, example.com--- it defaults to 'example .com_ssl.log' for
6585+ instance, ` my example.com` --- it defaults to 'my_example .com_ssl.log' for
65866586[ SSL-encrypted] ( https://httpd.apache.org/docs/current/ssl/index.html ) virtual hosts and
6587- ` example .com_access.log` for unencrypted virtual hosts.
6587+ ` my_example .com_access.log` for unencrypted virtual hosts.
65886588
65896589Default value: `` false ``
65906590
@@ -6893,9 +6893,9 @@ Data type: `Any`
68936893
68946894Points the virtual host's error logs to a ` *_error.log ` file. If this parameter is
68956895undefined, Puppet checks for values in ` error_log_pipe ` , then ` error_log_syslog ` .<br />
6896- If none of these parameters is set, given a virtual host ` example.com ` , Puppet defaults
6897- to ` $logroot/example .com_error_ssl.log ` for SSL virtual hosts and
6898- ` $logroot/example .com_error.log ` for non-SSL virtual hosts.
6896+ If none of these parameters is set, given a virtual host ` my example.com` , Puppet defaults
6897+ to ` $logroot/my_example .com_error_ssl.log ` for SSL virtual hosts and
6898+ ` $logroot/my_example .com_error.log ` for non-SSL virtual hosts.
68996899
69006900Default value: `` undef ``
69016901
@@ -6916,8 +6916,8 @@ Data type: `Any`
69166916Determines whether to send all error log messages to syslog.
69176917This parameter has no effect if either of the ` error_log_file ` or ` error_log_pipe `
69186918parameters has a value. If none of these parameters has a value, given a virtual host
6919- ` example.com ` , Puppet defaults to ` $logroot/example .com_error_ssl.log ` for SSL virtual
6920- hosts and ` $logroot/example .com_error.log ` for non-SSL virtual hosts.
6919+ ` my example.com` , Puppet defaults to ` $logroot/my_example .com_error_ssl.log ` for SSL virtual
6920+ hosts and ` $logroot/my_example .com_error.log ` for non-SSL virtual hosts.
69216921
69226922Default value: `` undef ``
69236923
@@ -7567,9 +7567,9 @@ Default value: ``undef``
75677567
75687568Data type: ` Any `
75697569
7570- If ` modsec_audit_log ` is ` true ` , given a virtual host ---for instance, example.com--- it
7571- defaults to ` example .com\_security\_ssl.log` for SSL-encrypted virtual hosts
7572- and ` example .com\_security.log` for unencrypted virtual hosts.<br />
7570+ If ` modsec_audit_log ` is ` true ` , given a virtual host ---for instance, ` my example.com` --- it
7571+ defaults to ` my_example .com\_security\_ssl.log` for SSL-encrypted virtual hosts
7572+ and ` my_example .com\_security.log` for unencrypted virtual hosts. <br />
75737573One of the parameters that determines how to send ` mod_security ` audit
75747574log ([ SecAuditLog] ( https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecAuditLog ) ).<br />
75757575If none of those parameters are set, the global audit log is used
0 commit comments