summaryrefslogtreecommitdiff
path: root/tests/examplefiles/apache2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/apache2.conf')
-rw-r--r--tests/examplefiles/apache2.conf5
1 files changed, 5 insertions, 0 deletions
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
+<IfVersion >= 2.4>
+ErrorLogFormat "%{cu}t %M"
+</IfVersion> \ No newline at end of file