summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-09-22 14:57:24 -0400
committerMicah Anderson <micah@leap.se>2014-09-22 14:57:24 -0400
commit0d85c95328916425d8e4e29189b63a40c8567eea (patch)
tree82e630c8f0893f5e33feac3eb82e63fafb4bf094 /puppet/modules/site_apache/templates/vhosts.d/common.conf.erb
parent9cc0f28e9223c76da9cd491d3faa2dd1b18e3fc2 (diff)
stop logging user-agent in apache, fixes #6129
Change-Id: I66384ae4a723be063790362f70e57228a0f1539b
Diffstat (limited to 'puppet/modules/site_apache/templates/vhosts.d/common.conf.erb')
-rw-r--r--puppet/modules/site_apache/templates/vhosts.d/common.conf.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb b/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb
index ed430510..0e08529c 100644
--- a/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb
+++ b/puppet/modules/site_apache/templates/vhosts.d/common.conf.erb
@@ -3,12 +3,14 @@
ServerAlias www.<%= domain %>
RewriteEngine On
RewriteRule ^.*$ https://<%= domain -%>%{REQUEST_URI} [R=permanent,L]
+ CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log common
</VirtualHost>
<VirtualHost *:443>
ServerName <%= domain_name %>
ServerAlias <%= domain %>
ServerAlias www.<%= domain %>
+ CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log common
SSLEngine on
SSLProtocol all -SSLv2