hi our apache admin ( guru ) found a bug insider of the web-accesslog decoder around line 1216.
orginal = <regex>"\w+ (\S+) HTTP\S+ (\d+) </regex> fixed = <regex>"\w+ (\S+) HTTP\S+" (\d+) </regex> there was an missed closing cuote. holger
hi our apache admin ( guru ) found a bug insider of the web-accesslog decoder around line 1216.
orginal = <regex>"\w+ (\S+) HTTP\S+ (\d+) </regex> fixed = <regex>"\w+ (\S+) HTTP\S+" (\d+) </regex> there was an missed closing cuote. holger