From c6c5832a2ba82e8ef1432b6114dcc5d2159ef4f8 Mon Sep 17 00:00:00 2001 From: Cyril Bay <cbay@excellency.fr> Date: Fri, 8 Jun 2012 11:17:30 +0000 Subject: [PATCH] Refs #3163 Fixed regexp in README. git-svn-id: http://dev.piwik.org/svn/trunk@6471 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- misc/log-analytics/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/log-analytics/README b/misc/log-analytics/README index c45ad6ef09..78741b8d0c 100644 --- a/misc/log-analytics/README +++ b/misc/log-analytics/README @@ -113,7 +113,7 @@ Apache configuration source code: --config=/path/to/piwik/config/config.ini.php \ --url='http://your.piwik.install/' \ --recorders=1 \ - --log-format-regex='(?P<host>[\\\\w\\\\-\\\\.\\\\/]*)(?::\\\\d+)? (?P<ip>\\\\S+) \\\\S+ \\\\S+ \\\\[(?P<date>.*?)\\\\] \\\"\\\\S+ (?P<path>.*?) \\\\S+\\\" (?P<status>\\\\S+) (?P<length>\\\\S+) \\\"(?P<referrer>.*?)\\\" \\\"(?P<user_agent>.*?)\\\"' \ + --log-format-regex='(?P<host>[\\\\w\\\\-\\\\.\\\\/]*)(?::\\\\d+)? (?P<ip>\\\\S+) \\\\S+ \\\\S+ \\\\[(?P<date>.*?) (?P<timezone>.*?)\\\\] \\\"\\\\S+ (?P<path>.*?) \\\\S+\\\" (?P<status>\\\\S+) (?P<length>\\\\S+) \\\"(?P<referrer>.*?)\\\" \\\"(?P<user_agent>.*?)\\\"' \ --output=/var/log/piwik/$output.log \ -" \ $logname \ -- GitLab