From 990cce13e011e8404ad8143ac2e36acbdf31f759 Mon Sep 17 00:00:00 2001 From: "Matth?us G. Chajdas" Date: Tue, 30 Apr 2019 18:06:37 +0200 Subject: Update apache2.conf sample, CHANGES. --- CHANGES | 2 ++ tests/examplefiles/apache2.conf | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 1a5a359e..833c2250 100644 --- a/CHANGES +++ b/CHANGES @@ -30,8 +30,10 @@ Version 2.4.0 - Updated lexers: + * Apache2 (PR#766) * Cypher (PR#746) * LLVM (PR#792) + * Makefiles (PR#766) * PHP (#1482) * SQL (PR#672) * Stan (PR#774) diff --git a/tests/examplefiles/apache2.conf b/tests/examplefiles/apache2.conf index d0e838e0..5db66b10 100644 --- a/tests/examplefiles/apache2.conf +++ b/tests/examplefiles/apache2.conf @@ -391,3 +391,8 @@ BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully # Include the virtual host configurations: Include /etc/apache2/sites-enabled/[^.#]* + +# From PR#766 += 2.4> +ErrorLogFormat "%{cu}t %M" + \ No newline at end of file -- cgit v1.2.1