projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bb06c
)
set BufferedLogs to on
author
Peter Palfrader
<peter@palfrader.org>
Mon, 5 Jun 2017 17:11:10 +0000
(19:11 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 5 Jun 2017 17:12:58 +0000
(19:12 +0200)
klecker sees a lot of IO which might be attributable to log traffic.
Maybe setting BufferedLogs to on will help this.
modules/apache2/templates/puppet-config.erb
patch
|
blob
|
history
diff --git
a/modules/apache2/templates/puppet-config.erb
b/modules/apache2/templates/puppet-config.erb
index
614ac4d
..
9a7cdaf
100644
(file)
--- a/
modules/apache2/templates/puppet-config.erb
+++ b/
modules/apache2/templates/puppet-config.erb
@@
-33,3
+33,5
@@
<IfModule mod_autoindex.c>
IndexOptions SuppressDescription
</IfModule>
+
+BufferedLogs On