From bf06079f38d683cf7ce2fa1e4764f2f8be7687d9 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Mon, 13 Nov 2017 14:12:49 +0100 Subject: [PATCH] spk-spar-checker customize log_format --- customer/spk-spar-checker/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index b3fe2858..bff14575 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -3,7 +3,6 @@ infra::additional_classes: - infra::profile::apache_php - infra::profile::mysql_server - infra::profile::cron -# - apache::mod::remoteip # mysql::client::package_name: "mysql-community-client" # required forproper MySQL installation # mysql::server::package_name: "mysql-community-server" # required forproper MySQL installation @@ -45,9 +44,8 @@ infra::profile::apache::pp_vhosts: docroot_group: apache docroot_mode: '0750' access_log_format: spk_combined -# access_log_format: remote_combined -apache::log_formats: - spk_combined: '%a %%{ich-trickse}{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%%{ich-trickse}{Referer}i\" \"%%{ich-trickse}{User-Agent}i\"' + apache::log_formats: + spk_combined: '%a %%{ich-trickse}{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%%{ich-trickse}{Referer}i\" \"%%{ich-trickse}{User-Agent}i\"' headers: - 'always set X-XSS-Protection "1; mode=block"' -- 2.39.5