From e6b2689dcbe660ea86e5d1595341aee68b3252f7 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 28 Aug 2019 12:56:06 +0200 Subject: [PATCH] Fix escape characters --- .../certbot_integration_tests/apache_tests/apache_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py b/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py index 29c2e576f..c8acc29d6 100644 --- a/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py +++ b/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py @@ -58,9 +58,9 @@ AccessFileName .htaccess Require all denied -LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{{Referer}}i\" \"%{{User-Agent}}i\"" vhost_combined -LogFormat "%h %l %u %t \"%r\" %>s %O \"%{{Referer}}i\" \"%{{User-Agent}}i\"" combined -LogFormat "%h %l %u %t \"%r\" %>s %O" common +LogFormat "%v:%p %h %l %u %t \\"%r\\" %>s %O \\"%{{Referer}}i\\" \\"%{{User-Agent}}i\\"" vhost_combined +LogFormat "%h %l %u %t \\"%r\\" %>s %O \\"%{{Referer}}i\\" \\"%{{User-Agent}}i\\"" combined +LogFormat "%h %l %u %t \\"%r\\" %>s %O" common LogFormat "%{{Referer}}i -> %U" referer LogFormat "%{{User-agent}}i" agent