aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-24 09:07:42 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-24 09:07:42 +0000
commitf2489b8885820c74273ef5fc0593bc1ab022b4a9 (patch)
treef93404de771bd74c0639b1fe6e2376fb6fbe451a /modules/apache/templates
parent21da02c7d27e32815d3c4e52654b2738a6625fc2 (diff)
downloadpuppet-f2489b8885820c74273ef5fc0593bc1ab022b4a9.tar
puppet-f2489b8885820c74273ef5fc0593bc1ab022b4a9.tar.gz
puppet-f2489b8885820c74273ef5fc0593bc1ab022b4a9.tar.bz2
puppet-f2489b8885820c74273ef5fc0593bc1ab022b4a9.tar.xz
puppet-f2489b8885820c74273ef5fc0593bc1ab022b4a9.zip
add separate logs on vhost_base
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/vhost_base.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf
index e737e990..6737ad00 100644
--- a/modules/apache/templates/vhost_base.conf
+++ b/modules/apache/templates/vhost_base.conf
@@ -24,6 +24,9 @@ end
<%- end -%>
DocumentRoot <%= location %>
+ CustomLog <%= access_logfile %> combined
+ ErrorLog <%= error_logfile %>
+
<%- if enable_public_html -%>
#TODO add the rest
UserDir public_html