From: Andreas Gerstenberg Date: Mon, 13 Nov 2017 13:12:49 +0000 (+0100) Subject: spk-spar-checker customize log_format X-Git-Tag: v0.1.0~2076 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=bf06079f38d683cf7ce2fa1e4764f2f8be7687d9;p=pixelpark%2Fhiera.git spk-spar-checker customize log_format --- 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"'